headless-validate-bug

Validate bug reports from Jira, Linear, and GitHub Issues.

13|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/unblocked/cookbook --skill headless-validate-bug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: headless-validate-bug
Source: https://github.com/unblocked/cookbook/tree/main/recipes/headless-validate-bug
Command: npx skills add https://github.com/unblocked/cookbook --skill headless-validate-bug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomous bug validation that investigates whether the reported bug is real and adds findings to the issue. Use when an agent should autonomously triage a bug report from any issue tracker — correlating symptoms with recent changes, verifying against code, and posting structured findings back to the ticket. Does not implement a fix.

Core Features & Use Cases

  • Autonomous triage: Validate reports, build a timeline, and surface likely root causes without human intervention.
  • Context correlation: Correlates symptoms, recent changes, and code evidence to assess impact and priority.
  • Structured output: Generates findings suitable for posting back to Jira, GitHub Issues, Linear, or similar trackers.

Quick Start

Provide the bug report prompt with symptoms and reproduction steps; the agent will autonomously validate the report and build a change timeline.

Frequently Asked Questions about headless-validate-bug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I autonomously validate bug reports from Jira or GitHub Issues?

Autonomous bug validation parses reports from trackers like Jira or GitHub Issues, correlates symptoms with recent code changes, verifies evidence, and posts structured findings back to the ticket without human intervention.

What is autonomous bug triage and how does it determine root cause likelihood?

Autonomous bug triage investigates reported issues by correlating symptoms with recent changes and code evidence, building a timeline to assess root cause likelihood and outputting a structured findings report to the issue tracker.

Can I use autonomous triage to investigate bugs without implementing a fix?

Yes, autonomous triage validates reported bugs and compiles findings to the issue tracker without implementing a fix, focusing solely on determining root cause likelihood by correlating symptoms and recent code changes.

What's the best way to build a change timeline for a reported bug?

Build a change timeline by providing the bug report prompt with symptoms and reproduction steps; the agent researches recent changes, correlates code evidence, and proposes root causes to structure the findings.

Does autonomous bug validation work with Linear and other issue trackers?

Yes, autonomous bug validation works with Linear, Jira, GitHub Issues, and similar trackers, parsing bug reports to correlate symptoms, verify code evidence, and post structured findings back to the original issue.