code-review
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"
More from accomplish-ai/accomplish
google-sheets
Automate Google Sheets interactions through browser automation - create spreadsheets, enter data, apply formulas, and format cells.
16safe-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.
16ask-user-question
Ask users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this tool is the ONLY way to communicate with them.
15google-workspace
Interact with Google Workspace - create documents, spreadsheets, send emails via Gmail, and manage Google Drive files.
11web-research
Research topics on the web, gather information from multiple sources, and summarize findings.
7download-file
Download files in Chrome on Windows and macOS. Handles triggering downloads, detecting and resolving popups, verifying completion, and locating files.
5