Phase 8: Review
SkillAI & modelsSkill for verifying codebase quality and gap analysis. Covers architecture consistency and convention compliance.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Phase 8: Review skill
What this skill tells your AI
The instructions your AI receives, as published by ww-w-ai/bkit-gemini in skills/phase-8-review/SKILL.md and read by ahel’s review.
Verify quality before deployment
Review Types
1. Code Review
Check for:
- Code quality and readability
- Naming convention compliance
- Error handling
- Performance issues
- Security vulnerabilities
2. Architecture Review
Verify:
- Design document alignment
- Component structure
- API contract compliance
- Database schema match
3. Gap Analysis
Compare:
- Plan vs Implementation
- Design vs Code
- Expected vs Actual behavior
Review Process
1. Run code analysis
/code-review src/
2. Run gap analysis
/pdca analyze {feature}
3. Check match rate
- >= 90%: Ready for deployment
- < 90%: Needs iteration
4. Iterate if needed
/pdca iterate {feature}
Checklist
Code Quality
- No ESLint errors
- No TypeScript errors
- Tests passing
- Coverage adequate
Architecture
- Follows design document
- API contracts match
- Data models aligned
Security
- Input validation
- Authentication working
- No exposed secrets
Next Phase
When match rate >= 90%: /phase-9-deployment
Signals
- GitHub stars
- 65
- Forks
- 16
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
phase-8-review- Source
- github.com/ww-w-ai/bkit-gemini