Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Counts Q&A skip events from the abort-safe-handler and qa-loop-ui outputs. Shows an optional skip-reason dropdown when a user-initiated skip occurred. Produces a structured skip_metrics_record suitable for PostHog ingestion. Used in Stage 4 of the /gaai:bootstrap pipeline after abort-safe-handler returns.
Activate:
abort-safe-handler returns — the orchestrator invokes this skill to capture skip event counts before proceeding to synthesisWhen abort_safe_result.abort_reason == "no_questions" (no questions were generated), return a
{skip_occurred: false, skip_type: "no_questions"} record with zero counts. No reason dropdown is
shown (no user-facing skip choice was presented).
What this skill does NOT do:
qa-loop-ui)abort-safe-handler)abort_safe_result:
skipped: bool
qa_answers: array | null
skip_telemetry: # null only on no-questions shortcut
skip_reason: string | null # "user_skip_entire" | "user_abort" | null
npx skills add Fr-e-d/GAAI-framework --skill user-skip-telemetryHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.