analyze-issue

Validate issue file references and assess claim quality against the codebase.

3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/lucasilverentand/skills --skill analyze-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-issue
Source: https://github.com/lucasilverentand/skills/tree/main/skills/issues/analyze
Command: npx skills add https://github.com/lucasilverentand/skills --skill analyze-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes an issue against the codebase to validate file references and assess claim quality, helping teams ensure issues are complete and actionable.

Core Features & Use Cases

  • Validate file paths mentioned in issues against the repository and detect broken references.
  • Cross-check claims, reproduce steps, and identify missing information.
  • Discover related code, tests, documentation, and potential scope for development.

Quick Start

Provide the issue number or a URL, or paste the issue description. The skill will fetch and analyze the issue, generate a structured report, and highlight gaps and recommended next steps.

Frequently Asked Questions about analyze-issue

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

FAQPage Schema
How do I validate file references in GitHub or GitLab issues against my codebase?

Validating file references in GitHub or GitLab issues involves cross-checking mentioned paths against the repository to detect broken references, assess claim quality, and output a structured report with actionable recommendations.

What is the best way to check if a bug report is missing information before development?

To check if a bug report is missing information, analyze the issue against your codebase to cross-check claims, verify reproduction steps, and identify gaps to ensure the report is complete and actionable.

Does issue analysis work with both GitHub and GitLab formats?

Issue analysis supports both GitHub and GitLab formats, enabling you to fetch bug reports or feature requests by number or URL and cross-check references regardless of the specific platform used.

How do I analyze a pasted issue description to find related code and tests?

Analyzing a pasted issue description to find related code traces referenced files, discovers associated tests and documentation, and outputs a structured report detailing the potential development scope.

Can I use issue validation for scope definitions and feature requests, not just bug reports?

You can use issue validation for scope definitions and feature requests alongside bug reports, as the analysis cross-checks claims and file references to ensure any issue type is complete and actionable.