issues

Convert feature specifications and plans into GitHub issues with local staging.

Updated Sep 18, 2020
One-click install
npx skills add https://github.com/bitpantry/BitPantry.CommandLine --skill issues-bitpantry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issues
Source: https://github.com/bitpantry/BitPantry.CommandLine/tree/main/.github/skills/issues
Command: npx skills add https://github.com/bitpantry/BitPantry.CommandLine --skill issues-bitpantry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of breaking down feature specifications and implementation plans into appropriately-sized GitHub issues, making it easier to manage and execute work items.

Core Features & Use Cases

  • Spec Decomposition: Automates the creation of GitHub issues from a feature specification or plan.
  • Issue Staging: Stages issues as local markdown files for review before publication.
  • Issue Management: Provides guidelines for issue right-sizing, types, and dependency management.
  • Testing Alignment: Ensures that issues include testing requirements aligned with the project's testing instructions.

Quick Start

Use the issues skill to break down the spec with spec number '006'.

Frequently Asked Questions about issues

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

FAQPage Schema
How do I break down feature specifications into GitHub issues?

This skill automates spec decomposition by converting feature specifications and implementation plans into appropriately-sized GitHub issues, ensuring alignment with project testing and coding conventions for collaborative development.

Can I review GitHub issues locally before publishing them to a repository?

Yes, you can review GitHub issues locally before publication. The skill stages generated issues as local markdown files, allowing you to inspect and refine work items before they are published to the repository.

How does spec decomposition handle issue right-sizing and dependency management?

Spec decomposition handles issue right-sizing and dependency management by providing guidelines for issue types and structural dependencies, ensuring generated work items are appropriately scoped for execution.

Does generating GitHub issues from a plan align with project testing requirements?

Yes, generating GitHub issues from a plan aligns with project testing requirements. The decomposition process ensures that each generated issue includes testing instructions aligned with the project's established testing conventions.

What is the best way to automate work item management for collaborative development?

The best way to automate work item management for collaborative development is to use spec decomposition to convert plans into staged GitHub issues, streamlining the review and publication process.