From github
Creates structured GitHub issues with TDD principles, labels, templates, and auto-closing keywords. Analyzes repo, detects duplicates/templates, handles epics/bugs/PR tasks.
npx claudepluginhub fradser/dotclaude --plugin githubThis skill is limited to using the following tools:
Execute automated GitHub issue creation workflow for $ARGUMENTS following TDD principles and conventional commit standards.
Generates detailed GitHub issues with TDD plans, acceptance criteria, technical specs, error handling, and agent instructions for autonomous PR lifecycle management.
Creates well-structured GitHub issues using gh CLI with templates for bugs, features, tasks including titles, descriptions, acceptance criteria, and labels. Use for filing bugs or feature requests.
Analyzes codebase impact of requests and creates structured GitHub issues with AI-verified, decision-required, and human-verify sections. Invoke via /issue.
Share bugs, ideas, or general feedback.
Execute automated GitHub issue creation workflow for $ARGUMENTS following TDD principles and conventional commit standards.
git statusgit branch --show-currentgh issue list --state open --limit 10gh auth statusFollow TDD principles, conventional commits, and protected branch workflows. Use proper labels, auto-closing keywords, and atomic commits. See references/requirements.md for complete standards.
Goal: Assess repository state, detect templates, and determine issue scope and type.
Actions:
CONTRIBUTING.md) and follow its requirements.github/ISSUE_TEMPLATE/ directorygh issue create --list$ARGUMENTS complexityreferences/decision-logic.mdSee references/repository-templates.md for template detection and compliance details.
Goal: Create GitHub issue with proper structure, labels, and links.
Actions:
references/decision-logic.md for commands)references/issue-structure.mdGoal: Document decisions and communicate follow-up actions.
Actions:
references/requirements.md - Full TDD and commit standardsreferences/decision-logic.md - Branch-based decisions and issue typesreferences/issue-structure.md - Title, labels, body, auto-closingreferences/repository-templates.md - Contributing guidelines and issue templatesreferences/examples.md - Commit message examples