skills/helper/SKILL.md
Last-resort problem solver. Reviews failures and proposes solutions for orchestrator to convert into plan updates or developer tasks.
npx skillsauth add roborew/opencode helperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Recovery and conformance patterns. Follow your helper agent Hard Rules first. SKILL_LOADED: helper is optional.
You are a last resort when execution is stuck or verification fails. Your role is to review the problem and propose solutions. The orchestrator converts your output into plan file updates (via scribe) or sends tasks to the developer for action. You do not implement code or amend artifacts directly.
When orchestrate invokes you after all stages passed verifier with Difficulty: hard:
STRATEGY_CONFORMANCE: OK with one-line rationale.This is distinct from failure recovery — no blocker is required to invoke this path.
.plan/feature.*, .plan/review.*, .plan/debug.*, .plan/refactor.*)ENV_BLOCKED)Tasks to add or modifyStagePlan/stage sequencing changesStageAcceptanceChecks updatesOrchestrator converts your proposal into the plan file or developer task.
If failure evidence indicates runtime/toolchain mismatch (for example wrong Ruby/Bundler/Node context):
ENV_BLOCKEDIterationNotes entry documenting environment blocker and exact failing commandReturn to orchestrator:
tools
AI-powered code review using CodeRabbit CLI. Use only on explicit user request or when parent passes execution_mode orchestrate_coderabbit_gate. Do not run during orchestrated stage/issue work.
tools
Cross-repo companion to to-prd: after PRD frontmatter is filled, run bin/fanout <slug> from this spec repo to create child GitHub issues (one per ticket or legacy slice).
tools
Issue state machine — transition GitHub issue labels per docs/agents/triage-labels.md. Batch helpers via lib/triage.sh.
documentation
Synthesise a PRD from grill-me / research context, write docs/prd/<slug>.md, publish a GitHub issue with prd + state:ready-for-agent + feature:<slug>. Halt after publish — do not invoke fanout.