Use this SkillSet when you want systematic, multi-dimensional code review with adversarial validation.
Choose Code-Check_SkillSet when you want comprehensive, multi-dimensional code review with adversarial validation.
Start with code-chief for full-pipeline reviews covering all dimensions. Use individual skills for targeted reviews.
| Skill | Use When You Need |
|---|---|
code-chief |
Full pipeline review (orchestrates all skills below) |
bug-review |
Correctness defect hunting |
code-review |
Holistic merge-readiness assessment |
quality-review |
Maintainability, standards, and architecture drift |
security-review |
Exploitability, compliance, and threat modeling |
mr-robot |
Adversarial penetration testing and exploit chain construction |
frontier |
Frontend performance, accessibility, security, and UI/UX audit |
gatekeeper-code validates all review reports — it runs automatically in the pipeline.
Copy the skill folders from Code-Check_SkillSet/ into your agent's skills directory (usually .agents/skills/).
Folders to copy:
code-chief/— Pipeline orchestratorbug-review/— Phase 1code-review/— Phase 2quality-review/— Phase 3security-review/— Phase 4mr-robot/— Phase 5frontier/— Phase 6gatekeeper-code/— Adversarial validator
Do not copy the top-level Code-Check_SkillSet/ folder itself.
The canonical entry point is code-chief.
In the canonical pipeline, gatekeeper-code validates the consolidated review
package automatically.
Use the plain skill name in prompts by default. Some environments also expose
installed skills as slash commands such as /code-chief.
Example prompts:
Use code-chief to run a full review of this codebase.
Use code-chief to review this PR with the full Code-Check SkillSet.
Use security-review to check this service for vulnerabilities.
For focused analysis, you can still invoke individual skills directly, such as
bug-review, quality-review, mr-robot, or frontier.
If your assistant does not auto-route installed skills, reference the skill file directly:
Read code-chief/SKILL.md and run a full code review on this project.