Validates changes against rules and scope before finalizing implementation.
Install
mkdir -p .claude/skills/gate-review && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10510" && unzip -o skill.zip -d .claude/skills/gate-review && rm skill.zipInstalls to .claude/skills/gate-review
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Verify planned or implemented changes against active rules, scope lock, and required checks.Key capabilities
- →Verify changes against rules
- →Validate scope lock
- →Check required tasks
- →Provide pass/fail feedback
How it works
Compares planned or implemented changes against active rules and scope locks to ensure compliance.
Inputs & outputs
When to use gate-review
- →Review change implementation
- →Validate scope lock
- →Final project check
About this skill
Gate Review
Use when
- A change plan is ready for review.
- Implementation is complete and needs final validation.
Steps
- Re-list the Active Rule Set used for the task.
- Validate scope lock and identify out-of-scope edits.
- Validate required checks for changed scope.
- Return PASS or FAIL with exact violations and minimal fixes.
When not to use it
- →When no rules are active
- →When the change is trivial
Prerequisites
Limitations
- →Requires clearly defined rules
How it compares
Provides an automated gate review rather than manual compliance checking.
Compared to similar skills
gate-review side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gate-review (this skill) | 0 | 5mo | No flags | Beginner |
| test-plan | 1 | 6mo | No flags | Intermediate |
| flow-next-prime | 0 | 2mo | Review | Intermediate |
| fmea-analysis | 0 | 5mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
test-plan
quran
Generates a comprehensive testing plan based on the current branch changes or a specific PR. Use when creating QA checklists, test plans, or verifying PR readiness.
flow-next-prime
gmickel
Comprehensive codebase assessment for agent and production readiness. Scans 8 pillars (48 criteria), verifies commands work, checks GitHub settings. Reports everything, fixes agent readiness only. Triggers on /flow-next:prime.
fmea-analysis
ddunnock
Conduct Failure Mode and Effects Analysis (FMEA) for systematic identification and risk assessment of potential failures in designs, processes, or systems. Supports DFMEA (Design), PFMEA (Process), and FMEA-MSR (Monitoring & System Response). Uses AIAG-VDA 7-step methodology with Action Priority (AP
spec-driven-qa
bankielewicz
>
repo-stage-review-loop
szzzzzz111
Use when a RepoPilot plan or implementation needs formal review, when final code changed after earlier review, or when external findings require evidence-based triage.
quality-gate
raddue
Iterative red-teaming of any artifact (design docs, plans, code, hypotheses, mockups). Loops until clean or stagnation. Invoked by artifact-producing skills or their parent orchestrator.