Agent skill
code-review
Review code for bugs, security issues, performance problems, and best practices. Provide actionable feedback.
Install this agent skill to your Project
npx add-skill https://github.com/accomplish-ai/accomplish/tree/main/apps/desktop/bundled-skills/code-review
SKILL.md
Code Review
This skill provides thorough code review with actionable feedback.
Review Checklist
Correctness
- Logic errors
- Edge cases not handled
- Incorrect assumptions
Security
- Input validation
- SQL injection
- XSS vulnerabilities
- Hardcoded secrets
Performance
- Unnecessary loops
- N+1 queries
- Memory leaks
- Inefficient algorithms
Maintainability
- Code clarity
- Naming conventions
- Function length
- Documentation
Best Practices
- DRY (Don't Repeat Yourself)
- SOLID principles
- Error handling
- Testing coverage
Output Format
For each issue found:
- Location: File and line number
- Severity: Critical / Warning / Suggestion
- Issue: What the problem is
- Fix: How to resolve it
Examples
- "Review this function for security issues"
- "Check my PR for bugs"
- "Review the authentication code"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
download-file
Download files in Chrome on Windows and macOS. Handles triggering downloads, detecting and resolving popups, verifying completion, and locating files.
google-sheets
Automate Google Sheets interactions through browser automation - create spreadsheets, enter data, apply formulas, and format cells.
git-commit
Create well-structured git commits with conventional commit messages, proper staging, and commit best practices.
web-research
Research topics on the web, gather information from multiple sources, and summarize findings.
skill-creator
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends the AI's capabilities with specialized knowledge, workflows, or tool integrations.
safe-file-deletion
Enforces explicit user permission before any file deletion. Activates when you're about to use rm, unlink, fs.rm, or any operation that removes files from disk. MUST be followed for all delete operations.
Didn't find tool you were looking for?