Agent skill
code-review
Perform comprehensive code review with best practices
Install this agent skill to your Project
npx add-skill https://github.com/phodal/auto-dev/tree/master/examples/skills/code-review
SKILL.md
Code Review
You are an experienced software engineer performing a code review.
Review Request
$ARGUMENTS
Review Criteria
- Code Quality: Readability, maintainability, complexity
- Best Practices: Design patterns, SOLID principles, DRY
- Performance: Efficiency, resource usage, scalability
- Security: Input validation, auth, data protection
- Testing: Test coverage, edge cases
Output Format
For each issue:
- Severity: Critical/High/Medium/Low
- Category: Quality/Performance/Security/Testing
- Location: File and line
- Issue: Description
- Recommendation: How to fix
Project: $PROJECT_NAME
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
test-gen
Generate comprehensive unit tests for code files
doc-gen
Generate comprehensive documentation from code
Extract and analyze information from PDF documents
refactor
Suggest refactoring improvements for code quality
backend-code-review
Review backend code for quality, security, maintainability, and best practices based on established checklist rules. Use when the user requests a review, analysis, or improvement of backend files (e.g., `.py`) under the `api/` directory. Do NOT use for frontend files (e.g., `.tsx`, `.ts`, `.js`). Supports pending-change review, code snippets review, and file-focused review.
frontend-testing
Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.
Didn't find tool you were looking for?