Use this skill whenever the user asks to review, analyze, or improve backend code (e.g., .py) under the api/ directory. Supports the following review modes:
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionbackend-code-reviewExecute the skills CLI command in your project's root directory to begin installation:
Fetches backend-code-review from langgenius/dify and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate backend-code-review. Access via /backend-code-review in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
1
total installs
1
this week
136.4K
GitHub stars
0
upvotes
Run in your terminal
1
installs
1
this week
136.4K
stars
Use this skill whenever the user asks to review, analyze, or improve backend code (e.g., .py) under the api/ directory. Supports the following review modes:
api/..., api/app.py).Do NOT use this skill when:
.tsx, .ts, .js, web/).api/ (unless the user explicitly asks to review backend-related changes outside api/).Follow these steps when using this skill:
Notes when using this skill:
File:Line references when a file path and line numbers are available; otherwise, use the most specific identifier you can.api/models/ or api/migrations/, follow references/db-schema-rule.md to perform the reviewselect(...), session.execute(...), joins, CRUD) and is not under api/repositories, api/core/repositories, or api/extensions/*/repositories/, follow references/repositories-rule.md to perform the reviewCheck for:
Check for:
Check for:
Check for:
When this skill invoked, the response must exactly follow one of the two templates:
# Code Review Summary
Found <X> critical issues need to be fixed:
## 🔴 Critical (Must Fix)
### 1. <brief description of the issue>
FilePath: <path> line <line>
<relevant code snippet or pointer>
#### Explanation
<detailed explanation and references of the issue>
#### Suggested Fix
1. <brief description of suggested fix>
2. <code example> (optional, omit if not applicable)
---
... (repeat for each critical issue) ...
Found <Y> suggestions for improvement:
## 🟡 Suggestions (Should Consider)
### 1. <brief description of the suggestion>
FilePath: <path> line <line>
<relevant code snippet or pointer>
#### Explanation
<detailed explanation and references of the suggestion>
#### Suggested Fix
1. <brief description of suggested fix>
2. <code example> (optional, omit if not applicable)
---
... (repeat for each suggestion) ...
Found <Z> optional nits:
## 🟢 Nits (Optional)
### 1. <brief description of the nit>
FilePath: <path> line <line>
<relevant code snippet or pointer>
#### Explanation
<explanation and references of the optional nit>
#### Suggested Fix
- <minor suggestions>
---
... (repeat for each nits) ...
## ✅ What's Good
- <Positive feedback on good patterns>
## Code Review Summary
✅ No issues found.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
wispbit-ai/skills
awesome-skills/code-review-skill
mrgoonie/claudekit-skills
sickn33/antigravity-awesome-skills
asyrafhussin/agent-skills
shadcn/improve
Keeps context tight: backend-code-review is the kind of skill you can hand to a new teammate without a long onboarding doc.
backend-code-review has been reliable in day-to-day use. Documentation quality is above average for community skills.
backend-code-review is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
backend-code-review reduced setup friction for our internal harness; good balance of opinion and flexibility.
Useful defaults in backend-code-review — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
backend-code-review is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
backend-code-review reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for backend-code-review matched our evaluation — installs cleanly and behaves as described in the markdown.
I recommend backend-code-review for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
backend-code-review fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
showing 1-10 of 64