Skip to content

feat(skills): add issue drafting skill#2238

Merged
markscott-ms merged 2 commits intomainfrom
feat/add-issue-drafting-skill
Mar 27, 2026
Merged

feat(skills): add issue drafting skill#2238
markscott-ms merged 2 commits intomainfrom
feat/add-issue-drafting-skill

Conversation

@rocketstack-matt
Copy link
Copy Markdown
Member

Overview

Adds the draft-github-issue skill to provide structured guidance for creating GitHub issues using repository templates.

Related Issue

Supports #2237 - Part of the workspace skills suite initiative

Changes

  • Add .github/skills/draft-github-issue/SKILL.md with complete workflow
  • Templates selection guide for all issue types (bugs, features, proposals, etc.)
  • File output capability to sandbox/issues/ for easy copy-paste
  • Clear output rules and quality checklist

Testing

  • Manual testing: invoke skill in Copilot chat
  • Verify template population with test data
  • Confirm file creation in sandbox/issues/

…eation

- Introduces draft-github-issue skill that uses repository issue templates
- Guides users through bug reports, features, proposals, and other issue types
- Supports file output to sandbox/issues/ for easy copy-paste into GitHub
- Aligns with project Conventional Commits, testing standards, and governance
- Reduces review friction by ensuring quality and consistency upfront

Related to #2237 (Add workspace skills suite)
@rocketstack-matt rocketstack-matt requested a review from a team as a code owner March 19, 2026 10:49
Copilot AI review requested due to automatic review settings March 19, 2026 10:49
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Copilot “skill” document that guides users through drafting GitHub issues by selecting and filling in existing repository issue templates under .github/ISSUE_TEMPLATE/.

Changes:

  • Adds .github/skills/draft-github-issue/SKILL.md defining template selection guidance and an issue-drafting workflow.
  • Introduces default behavior for writing the drafted issue to sandbox/issues/ with a date-prefixed filename convention.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread .github/skills/draft-github-issue/SKILL.md
Comment thread .github/skills/draft-github-issue/SKILL.md
@markscott-ms markscott-ms merged commit 2d81d88 into main Mar 27, 2026
22 checks passed
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.

3 participants