Skip to content

feat(procedures): enhance GitHub issue creation with smart template selection#1111

Open
atxtechbro wants to merge 1 commit intomainfrom
feature/enhance-issue-creation-1100
Open

feat(procedures): enhance GitHub issue creation with smart template selection#1111
atxtechbro wants to merge 1 commit intomainfrom
feature/enhance-issue-creation-1100

Conversation

@atxtechbro
Copy link
Owner

Git Statistics

3 files changed, 63 insertions(+)

🎯 Overview

This PR enhances the GitHub issue creation workflow with intelligent template selection and context awareness, making it easier for agents to create well-structured issues.

🚀 Key Changes

New GitHub Issue Creation Procedure

Created github-issue-creation.md that provides:

  • Auto-detection logic based on request keywords
  • Template mapping table for quick decisions
  • Keyword scanning to link relevant procedures
  • Clear decision tree for issue type determination

New /create-issue Command

Interactive slash command that:

  • Guides users through issue creation
  • Suggests appropriate templates
  • Links relevant documentation
  • Ensures consistent issue quality

Enhanced Discovery

Updated ai-index.md to include the new procedure under "Handle GitHub Tasks"

📊 Template Mapping

Keywords Template Use Case
error, fails, broken issue.md Bug reports
feature, add, enhance issue.md Feature requests
mcp__git, mcp__github mcp-tool-error.md Tool errors
procedure, ghost procedure-documentation.md Process docs

✨ Benefits

  • Reduced cognitive load - Agents don't need to remember all templates
  • Consistent issue quality - Appropriate templates always used
  • Better context - Auto-links relevant procedures
  • Faster issue creation - Clear decision path

🎭 Principles Applied

  • systems-stewardship: Building reusable patterns
  • ose: Operating at the right abstraction level
  • snowball-method: Knowledge accumulation through templates

Closes #1100

…election

Add comprehensive GitHub issue creation workflow that:
- Auto-detects issue type from request keywords
- Maps to appropriate issue templates
- Links relevant procedures based on context
- Provides /create-issue slash command

Updates ai-index.md to reference new procedure for discoverability.

Closes #1100

Principle: systems-stewardship
@amazon-q-developer
Copy link
Contributor

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

@amazon-q-developer
Copy link
Contributor

✅ I finished the code review, and didn't find any security or code quality issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhance GitHub issue creation workflow with procedures and templates

1 participant