-
Notifications
You must be signed in to change notification settings - Fork 279
Add new tools to Tools & Extensions section #520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
WalkthroughThis pull request adds two new entries to the Tools section of the README.md file. The additions include references to Appwrite Console Desktop and Appwrite DevTools Chrome Extension. These are purely documentation updates that extend the existing tools list with new public-facing links and do not modify any functional code or logic. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md
[style] ~545-~545: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...e Console as a desktop application. - [Appwrite DevTools Chrome Extension](https://gith...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
| - [Fetch Appwrite Types](https://github.com/YsarocK/fetch-appwrite-types) generate Typescript Interfaces from Appwrite DB | ||
| - [AdminWrite](https://github.com/singhbhaskar/AdminWrite) helper tool for Appwrite to perform bulk operations during development for Database and Users. | ||
| - [Appwrite Funcover](https://github.com/BoolCode/appwrite-funcover) "Cover" your Appwrite G3 functions with a dedicated endpoint, for static pages, direct execution and more. | ||
| - [Appwrite Console Desktop](https://github.com/nisabmohd/appwrite-console-desktop) – A lightweight unofficial desktop wrapper for accessing the Appwrite Console as a desktop application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address description style repetition and format inconsistency.
Both new entries have descriptions beginning with "A" (lines 543 and 545: "A lightweight..." and "A Chrome extension..."), which violates the style guideline flagged by the linter. Additionally, the new entries use en-dash (–) as a separator before descriptions, whereas existing entries in this section use varied formatting (no separator, quotes, or other styles). For consistency, either adopt a single separator style across all Tools entries, or revise descriptions to avoid repeating initial articles.
Suggested revision for line 543:
- [Appwrite Console Desktop](https://github.com/nisabmohd/appwrite-console-desktop) – A lightweight unofficial desktop wrapper for accessing the Appwrite Console as a desktop application.
+ [Appwrite Console Desktop](https://github.com/nisabmohd/appwrite-console-desktop) – Lightweight unofficial desktop wrapper for accessing the Appwrite Console as a desktop application.Suggested revision for line 545:
- [Appwrite DevTools Chrome Extension](https://github.com/appwrite/console-devtools) – A Chrome extension that enhances debugging and inspection of Appwrite Console operations.
+ [Appwrite DevTools Chrome Extension](https://github.com/appwrite/console-devtools) – Chrome extension that enhances debugging and inspection of Appwrite Console operations.Also applies to: 545-545
🤖 Prompt for AI Agents
In README.md around line 543 (and also line 545), the two new Tools entries
start descriptions with the article "A" and use an en-dash separator, violating
the style guideline and causing inconsistency; remove the leading article from
both descriptions (e.g., change "A lightweight..." to "Lightweight...") and
replace the en-dash with the project list's agreed separator (use a single
space, a hyphen separator " - ", or whatever separator is consistently used in
other Tools entries) so both entries match the existing formatting style.
🧩 Analysis chain
🌐 Web query:
GitHub repository https://github.com/nisabmohd/appwrite-console-desktop status maintenance last commit
💡 Result:
I couldn't find that repository — the GitHub URL returns 404 (not found), so it appears deleted or made private / renamed. ()
I also checked the user nisabmohd's public repos listing (no public repo named appwrite-console-desktop shown). (repos.ecosyste.ms)
If you want, I can:
- search for forks or copies of "appwrite-console-desktop" elsewhere, or
- check the official Appwrite console repository as an alternative (appwrite/console). (github.com)
Citations:
- 1: https://repos.ecosyste.ms/hosts/GitHub/owners/nisabmohd?utm_source=openai
- 2: https://github.com/appwrite/console?utm_source=openai
🌐 Web query:
GitHub repository https://github.com/appwrite/console-devtools status maintenance last commit
💡 Result:
The repository URL https://github.com/appwrite/console-devtools returns 404 / is not found (likely removed or renamed). [1]
The active Appwrite Console repo is appwrite/console — it is actively maintained; the latest commits on main are from Dec 12, 2025 (multiple commits / merged PR #2703). [2]
Sources:
- 404 fetch for the original URL. [1]
- appwrite/console commits (showing Dec 12, 2025). [2]
Both GitHub repository links in the README are broken and should be removed or corrected.
The repository https://github.com/nisabmohd/appwrite-console-desktop (line 543) returns 404—it appears to have been deleted or made private. The user nisabmohd's public repositories do not include this repo.
The repository https://github.com/appwrite/console-devtools (line 545) also returns 404 and no longer exists. The active official Appwrite console repository is github.com/appwrite/console, which is actively maintained (latest commits Dec 12, 2025).
Remove both broken entries or replace with verified, actively maintained projects.
🤖 Prompt for AI Agents
In README.md around line 543, the two GitHub links
(https://github.com/nisabmohd/appwrite-console-desktop and
https://github.com/appwrite/console-devtools) are broken/404; remove these
entries or replace them with verified repositories (for example replace with the
active official Appwrite console repo https://github.com/appwrite/console), and
update any surrounding text to reflect the change so the list contains only
working, maintained project links.
Changes Proposed
Both entries follow Awesome List guidelines and enhance the list with useful Appwrite-related tools.
Checklist
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.