github-issue-form-templates
GitHub Issue Form Templates
Overview
GitHub issue form templates are YAML-based forms that replace markdown templates, offering a structured way to collect issue information. Instead of free-form text, issue forms provide:
- Structured fields: Text inputs, dropdowns, checkboxes, textareas, and more
- Validations: Required/optional fields, regex patterns, min/max lengths
- Auto-assignment: Default assignees and labels
- Metadata: Issue types and project assignments
Issue forms are stored in .github/ISSUE_TEMPLATE/ as YAML files (*.yml or *.yaml).
Quick Start: Creating Your First Issue Form
Basic Structure
Every issue form requires three top-level keys:
More from prulloac/git-blame-vsc
feature-breakdown
Analyze feature specifications and decompose them into core components, individual tasks, and acceptance criteria. Use when you have a feature spec/idea and need to identify ALL the work required, define what success looks like, and create validation approaches. Focus on WHAT needs building and HOW to verify it's correct (not scheduling or timelines).
11feature-summary
Create comprehensive feature documentation summaries that describe current and future capabilities. Use after feature-breakdown to document what a feature does, its business value, technical implementation, and roadmap. Ideal for creating user-facing documentation and feature catalogs in `docs/features/<feature-name>/` format.
8readme-updater
Use this skill when you need to keep a repository's README.md file updated with project metadata, installation instructions, usage examples, and more. It automates synchronization by analyzing codebase patterns and dependencies.
7feature-planning
Sequence tasks from a feature breakdown into an optimal execution order, identify dependencies and parallelization opportunities, and create an agent-ready execution sequence. Use when you have a feature breakdown and need to determine the correct order to build tasks and which can run in parallel.
7ai-agent-implementation
Implement feature tasks using AI agents in logical batches, track completion status, identify blockers, and manage task handoffs. Use when you have an execution sequence and need AI agents to build tasks while maintaining progress tracking.
7github-create-label
Create GitHub issue labels using intelligent tool selection. Automatically leverages tools in order of precedence (GitHub MCP Server → GitHub CLI → REST API). Use when you need to create new labels in a repository with optional customization (name, description, color). Includes support for detecting available authentication methods and graceful fallback between tools.
7