Review pull request code for quality, security, and best practices
Performs comprehensive code review of pull requests for quality, security, and best practices.
/plugin marketplace add teliha/dev-workflows/plugin install dev-workflows@dev-workflowsPerform a comprehensive code review of the current pull request and provide constructive feedback.
This command uses the Code Review Expert skill for detailed analysis.
/code-review
The code review skill automatically:
| Category | What's Checked |
|---|---|
| Security | Vulnerabilities, access control, input validation |
| Quality | Best practices, error handling, naming |
| Performance | Gas optimization, efficiency, caching |
| Testing | Coverage, edge cases, error conditions |
| Architecture | Patterns, organization, separation of concerns |
Reviews are posted as PR comments with:
forge fmt compliancename: Code Review
on:
pull_request:
types: [opened, synchronize]
jobs:
review:
uses: teliha/dev-workflows/.github/workflows/code-review.yml@main
secrets:
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}