kit-skip-review
Records a user's choice to skip the final review gate for the current session.
Install
mkdir -p .claude/skills/kit-skip-review && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18780" && unzip -o skill.zip -d .claude/skills/kit-skip-review && rm skill.zipInstalls to .claude/skills/kit-skip-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.
Record a USER-approved skip of the kit's final-review Stop gateKey capabilities
- →Record user-approved skips of the final review gate
- →Write a bypass flag for the current session
- →Include the user's exact words in the bypass flag
- →Inform the user that the gate is bypassed for the next turn-end only
How it works
The skill writes a bypass flag to a temporary file, including a timestamp and the user's exact words, which allows the `verify-final-review.sh` Stop hook to be bypassed for one turn.
Inputs & outputs
When to use kit-skip-review
- →Bypass final review gate
- →Record user approval for skip
About this skill
/kit-skip-review — user-approved gate bypass
The Stop hook (verify-final-review.sh) blocks turn-end when business-logic
files changed without a review. This skill records the user's decision to
waive that review once.
Steps
-
Verify this is the user's call. This skill must be triggered by an explicit user request. If you (Claude) merely want to end the turn, the answer is /kit-review, not this skill.
-
Write the bypass flag for this session — the exact path is in KIT_CONTEXT (session start). The gate only accepts a flag whose first line starts with
user-approved(a bare touch is discarded):echo "user-approved date=<YYYY-MM-DD> quote=\"<the user's actual words>\"" > /tmp/claude-skip-review-<session_id>The quote field is the audit trail — put the user's real words in it, never a paraphrase you wish they had said. -
Tell the user the gate is bypassed for the next turn-end only — the hook consumes the flag when it fires, so later turns are gated again.
When not to use it
- →To self-invoke to get past a block
- →When the user has not explicitly asked to skip the review
- →To end the turn without user approval
Limitations
- →Must be triggered by an explicit user request
- →The bypass flag is consumed after one turn-end
- →The gate only accepts a flag whose first line starts with `user-approved`
How it compares
This skill provides an auditable, user-approved mechanism to bypass a specific review gate for a single turn, unlike simply ignoring the gate or manually editing files.
Compared to similar skills
kit-skip-review side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| kit-skip-review (this skill) | 0 | 23d | No flags | Beginner |
| conversation-analyzer | 8 | 8mo | Review | Intermediate |
| wrap | 0 | 6mo | Review | Intermediate |
| file-operations | 1 | 8mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
conversation-analyzer
mhattingpete
Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.
wrap
team-attention
세션 종료 시 자동 정리를 수행합니다. CLAUDE.md 업데이트 제안, 반복 패턴 자동화 기회 탐지, 배운 것 정리, 미완성 작업 정리. 사용자가 /wrap 또는 세션 마무리 요청 시 사용.
file-operations
mhattingpete
Analyze files and get detailed metadata including size, line counts, modification times, and content statistics. Use when users request file information, statistics, or analysis without modifying files.
triage-issue
mysticaltech
Use when triaging a GitHub issue - analyzes issue, checks for duplicates, categorizes, and drafts response
proof-of-work
MadAppGang
Proof artifact generation patterns for task validation. Covers screenshots, test results, deployments, and confidence scoring.
setup
PackRat-AI
Configure which review agents run for your project. Auto-detects stack and writes compound-engineering.local.md.