enrich-issues

Backfills missing Requirements sections into GitHub issues labeled recipe:implementation using gh issue commands.

5|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/TalonT-Org/AutoSkillit --skill enrich-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enrich-issues
Source: https://github.com/TalonT-Org/AutoSkillit/tree/main/src/autoskillit/skills/enrich-issues
Command: npx skills add https://github.com/TalonT-Org/AutoSkillit --skill enrich-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of adding structured requirements to existing GitHub issues that are tagged for implementation, helping to clarify project scope and acceptance criteria.

Core Features & Use Cases

  • Automated Requirement Generation: Scans GitHub issues, analyzes their content against the codebase, and appends a structured 'Requirements' section.
  • Idempotent Operation: Skips issues that have already been enriched, preventing duplicate work.
  • Use Case: Quickly bring your backlog of 'recipe:implementation' tagged issues up to standard by automatically generating detailed requirements, making them ready for development.

Quick Start

Use the enrich-issues skill to enrich all GitHub issues labeled 'recipe:implementation' in the current repository.

Frequently Asked Questions about enrich-issues

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

FAQPage Schema
How do I automatically add structured requirements to existing GitHub issues?

To automatically add structured requirements to GitHub issues, use a tool that scans issues labeled 'recipe:implementation', performs codebase analysis, and appends a formatted Requirements section. This process backfills missing acceptance criteria directly to your backlog.

What is codebase-grounded analysis for generating issue requirements?

Codebase-grounded analysis for generating issue requirements is a method that evaluates existing issue content against your project's source code. It produces structured, REQ-{GRP}-NNN formatted acceptance criteria directly relevant to your implementation scope.

How do I batch enrich GitHub issues labeled for implementation without creating duplicates?

To batch enrich GitHub issues without creating duplicates, the enrichment process uses idempotent operations that scan for an existing Requirements section and skip already-processed issues. This ensures only unenriched issues receive the new structured format.

Do I need the gh CLI to automate appending requirements to GitHub issues?

Yes, you need the gh CLI to automate appending requirements to GitHub issues. The tool depends on the gh command-line interface for repository authentication, issue scanning, and applying edits via the gh issue edit command.

What's the best way to format backlogged issue requirements for development readiness?

The best way to format backlogged issue requirements for development readiness is using a structured REQ-{GRP}-NNN format. This standardized structure clarifies project scope and acceptance criteria by grouping requirements logically within the issue body.

Why does my GitHub issue enrichment process skip certain tasks?

Your GitHub issue enrichment process skips certain tasks because it operates idempotently, detecting issues that already contain a generated Requirements section. This prevents duplicate work and ensures only newly tagged 'recipe:implementation' issues are processed.