Stats
Actions
Tags
From metsuke
Skip review enforcement for this session (for hotfixes or trivial changes)
How this skill is triggered — by the user, by Claude, or both
Slash command
/metsuke:skip-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
⚠️ **Warning**: This bypasses review enforcement for the current session. Use only for hotfixes or trivial changes.
⚠️ Warning: This bypasses review enforcement for the current session. Use only for hotfixes or trivial changes.
Steps:
cat ${TMPDIR:-/tmp}/metsuke/debug.log | grep SessionStart | tail -1 to find the current session IDmkdir -p ${TMPDIR:-/tmp}/metsuke && touch "${TMPDIR:-/tmp}/metsuke/<SESSION_ID>.skip" (replace <SESSION_ID> with the actual value)npx claudepluginhub yoshi47/metsuke --plugin metsukeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.