/elite-architecture-review
Catch bugs before they ship. Enforce conventions. Get PR feedback that actually teaches your AI something.
What It Covers
- Bug detection and anti-pattern identification
- Convention enforcement and style consistency
- Security vulnerability scanning
- Performance bottleneck analysis
- Actionable PR feedback with fix suggestions
Install This Skill
npx skills add jackmcpickle/eliteskills --skill elite-architecture-review
Or install all skills: npx skills add jackmcpickle/eliteskills
Install
Terminal
$ npx skills add jackmcpickle/eliteskills --skill architecture-review Skill Structure
tree
.claude/skills/architecture-review/
├── SKILL.md
├── checklists/
├── security.md
├── performance.md
└── conventions.md
├── examples/
├── pr-review.md
└── codebase-audit.md Example Prompts
PR review
> /elite-architecture-review Review this PR for bugs, security issues, and convention violations Codebase audit
> /elite-architecture-review Audit the authentication module for security vulnerabilities and anti-patterns Convention check
> /elite-architecture-review Check all components follow our naming conventions and file structure Best Practices
- Point the AI at specific files or modules rather than the entire codebase
- Include your team's convention docs for more relevant feedback
- Run reviews on PRs before merge, not after
- Use iteratively — fix findings and re-run for diminishing issues