Our review
Performs an initial local review of service changes by comparing the current branch with master.
Strengths
- Detects potential regressions and bugs in the changes.
- Identifies incompatible API/contract modifications.
- Checks for missing or weak tests.
- Highlights security, configuration, and performance issues.
Limitations
- Only reviews changes between branches, not the entire codebase.
- May require clarifications if the service context is unclear.
- Does not replace a thorough human review.
When preparing a pull request to get quick initial feedback on service changes.
For a comprehensive analysis of existing code or production services.
Security analysis
SafeThe skill only instructs an AI agent to perform a code review by comparing branches, with no declared execution tools or dangerous commands. It does not involve running code, accessing secrets, or any destructive actions.
No concerns found
Examples
Compare the current branch to master and perform an initial local review of the changes in services. List critical issues, risks, quality notes, missing tests, and any questions.Review the changes in this branch compared to master, paying special attention to API contract changes and potential incompatibilities. Also note any missing tests for new endpoints.Instructions for the AI agent: initial local review of services
Goal: perform an initial local review of changes in services by comparing the current branch with master.
What to do
- Compare the current branch with the base: list the changed files and their key changes.
- Review only the changes between branches, not the entire codebase.
- Pay attention to:
- potential regressions and bugs;
- incompatible changes to APIs/contracts;
- missing or weak tests;
- security, configuration, secrets;
- performance and error handling issues.
- If the service context is unclear, note assumptions and ask for clarification.
Output format
- Critical issues (if any).
- Risks/possible regressions.
- Quality/maintainability notes.
- Missing tests.
- Questions and assumptions.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.