From taketomarket
Fixes assets that fail review by performing root cause analysis, generating a fix brief, reproducing in isolated context, and re-verifying. Capped at 3 attempts per asset.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taketomarket:ttm-fix [campaign-slug][campaign-slug]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/lifecycle/fix.md`
Read and follow the workflow at ${CLAUDE_PLUGIN_ROOT}/workflows/lifecycle/fix.md
See ${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md.
npx claudepluginhub ranjanrishikesh/taketomarketRoot cause based one-shot bug fix. Runs a full investigation pipeline: debugger diagnosis, gap analysis, requirements generation, execution, and verification. Includes QA suggestions after successful fix.
Enforces a structured bug-fix workflow: reproduce, isolate, apply smallest fix, and verify. Helps investigate errors, debug crashes, and make failing tests pass.