Our review
Performs a structured code review of staged changes, a specific PR, or a range of commits, evaluating code quality, security, test coverage, and architecture.
Strengths
- Systematic analysis covering multiple dimensions (quality, security, tests)
- Adaptable to uncommitted changes or an entire PR
- Enforces project conventions and detects secret leaks
Limitations
- Requires the project to be cloned and dependencies available
- Can be token-intensive for large PRs
- Understanding of domain rules depends on project documentation
Use this skill before merging a PR, to validate local changes, or as a quality assurance step in your pipeline.
Do not use it for non-versioned code or files unrelated to the current repository.
Security analysis
SafeThe skill describes a code review workflow that only involves scanning files and reporting results; it does not instruct any command execution, data exfiltration, or safety bypass.
No concerns found
Examples
review the staged changes in this repository, checking for code quality, security issues, and test coverage.review the pull request at https://github.com/org/repo/pull/42 and provide a structured feedback on architecture and conventions.review commits between HEAD~3 and HEAD, focusing on adherence to domain rules and backward compatibility.name: 'review' description: 'Performs a structured code review of staged changes, a specific PR, or a range of commits. Evaluates code quality, adherence to domain rules, security concerns, test coverage, and architectural alignment.' generated_by: 'agentkit-forge' last_model: 'sync-engine' last_updated: '2026-03-01'
Format: YAML frontmatter + Markdown body. Claude skill definition.
Docs: https://docs.anthropic.com/en/docs/claude-code/memory
<!-- GENERATED by AgentKit Forge v0.2.2 — DO NOT EDIT --> <!-- Source: .agentkit/spec + .agentkit/overlays/chaufher --> <!-- Regenerate: pnpm -C .agentkit agentkit:sync -->
review
Performs a structured code review of staged changes, a specific PR, or a range of commits. Evaluates code quality, adherence to domain rules, security concerns, test coverage, and architectural alignment.
Usage
Invoke this skill when you need to perform the review operation.
Instructions
- Parse any arguments provided
- Scan relevant files to understand the current state
- Execute the task following project conventions
- Validate the output against quality gates
- Report results clearly
Project Context
- Repository: chaufher
- Default branch: main
- Tech stack: typescript, csharp
Conventions
- Write minimal, focused changes
- Maintain backwards compatibility
- Include tests for behavioral changes
- Never expose secrets or credentials
- Follow the project's established patterns
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.