# Github Code Review Review Configuration

> Sub-skill of github-code-review: Review Configuration.

- Skill: `vamseeachanta/github-code-review-review-configuration` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/github-code-review-review-configuration`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/github-code-review-review-configuration/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/github-code-review-review-configuration

---


# Review Configuration

## Review Configuration


```yaml
# .github/review-swarm.yml
version: 1
review:
  auto-trigger: true
  required-agents:
    - security
    - performance
    - style
  optional-agents:
    - architecture
    - accessibility
    - i18n

  thresholds:
    security: block
    performance: warn
    style: suggest

  rules:
    security:
      - no-eval
      - no-hardcoded-secrets
      - proper-auth-checks
    performance:

*See sub-skills for full details.*

