Add identify-phone-utils extension#25935
Conversation
- docs(changelog): rewrite to Keep a Changelog format - chore: remove owner field and fix whitespace - fix(format-phone-number): remove duplicate value shown in subtitle - fix: consistent error handling across all commands - chore: prepare extension for store publishing - chore: replace extension icon with 512x512 phone icon - fix: remove duplicate dial code from lookup list subtitle - feat: add 3 new commands and complete existing stubs - Initial commit
|
Congratulations on your new Raycast extension! 🚀 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile SummaryThis PR adds a new zero-dependency phone number utility extension with 6 commands for identifying, formatting, and extracting international phone numbers. The implementation is clean and follows all Raycast extension guidelines. Key highlights:
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 05423f7 |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi @degouville 👋
Could you look into feedback from Greptile?
I converted this PR into a draft until it's ready for the review, please press the button Ready for review when it's ready and we'll have a look 😊
- chore: add store metadata screenshots - fix: rename remove-formatting command and drop Security category
|
all done @pernielsentikaer waiting for @greptile-apps wisdom |
|
@degouville it's somehow already possible in the search country, isn't it?
Maybe it could live in that to make it even better? |
I hadn't considered looking for "search country" in the store for phone numbers. Eventually could it be renamed it from "Country Lookup" to "Phone Number Lookup"? I need something memorable for every time I see a phone numbers |
|
Would you be up for improving the current, only thing missing might be that you can search for full phone number? |
|
We can also update the |
|
This pull request has been automatically marked as stale because it did not have any recent activity. It will be closed if no further activity occurs in the next 7 days to keep our backlog clean 😊 |
|
This pull request has been automatically closed due to inactivity. Feel free to comment in the thread when you're ready to continue working on it 🙂 You can also catch us in Slack if you want to discuss this. |





Description
Phone Number Utils is a zero-dependency extension for working with international phone numbers. No accounts, no API calls/keys needed.
It ships 6 commands:
View commands (pre-fill from selected text, fallback to clipboard):
name, and dial code
(XXX) XXX-XXXX, RFC 3966, and digits-only
selection), with country identification for each
Background commands (no UI, act on clipboard directly):
Screencast
Checklist
[x] I read the https://developers.raycast.com/basics/prepare-an-extension-for-store
[x] I read the https://developers.raycast.com/basics/publish-an-extension
[x] I ran npm run build and https://developers.raycast.com/basics/prepare-an-extension-for-store#metadata-and-configuration
[x] I checked that files in the assets folder are used by the extension itself
[x] I checked that assets used by the README are placed outside of the metadata folder