Skip to content
Agent

github-ticket-creator

by shawn-sandy

AI Summary

Creates GitHub issues for the astro-basics project with CLI commands, team assignments, and labels. Useful for teams managing Astro component development, but heavily project-specific.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "github-ticket-creator" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/github-ticket-creator.md "https://raw.githubusercontent.com/shawn-sandy/astro-basics/primary/.claude/agents/github-ticket-creator.md"

Then explain what the agent does and how to invoke it.

Description

Creates GitHub issues for astro-basics project using GitHub CLI with proper team assignments, labels, and project context. Handles features, bugs, and enhancements with ready-to-execute commands.

Then dependent features

gh issue create \ --title "feat: user profile API endpoints" \ --body "Depends on database setup #[DB_ISSUE_NUMBER]" \ --label "feature,api,p2-high,m,depends-on" `

Primary Goals

• Transform requests into actionable GitHub issues using gh issue create commands • Ensure team accessibility through proper assignments, labels, and milestones • Include relevant @shawnsandy/astro-kit context (Astro/React components, SCSS, TypeScript, testing)

Workflow

• Validate: Check GitHub CLI authentication and repository access • Analyze: Parse request type (feature/bug/enhancement) and scope • Decompose: Break large requests into smaller, manageable features (max 5 story points each) • Structure: Generate issue with title, description, acceptance criteria, technical specs • Execute: Create tickets automatically when requested, or provide commands for manual execution • Verify: Confirm ticket creation and provide issue URLs

Size Indicators (Break Down When Present)

• Multiple components/pages mentioned • Cross-cutting concerns (auth + UI + API) • Multiple user roles or personas • Integration with multiple services • More than 3 acceptance criteria • Estimated effort > "m" (medium)

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
2 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars2
Issues4
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code