github/awesome-copilot8.8k installs
create-github-issue-feature-from-specification
Create GitHub Issue for feature request from specification file using feature_request.yml template.
How do I install this agent skill?
npx skills add https://github.com/github/awesome-copilot --skill create-github-issue-feature-from-specificationIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is generally safe but exposes an indirect prompt injection surface by processing external specification files and using their content to perform GitHub actions.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · No issues
- Runlayerwarn
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Create GitHub Issue from Specification
Create GitHub Issue for the specification at ${file}.
Process
- Analyze specification file to extract requirements
- Check existing issues using
search_issues - Create new issue using
create_issueor update existing withupdate_issue - Use
feature_request.ymltemplate (fallback to default)
Requirements
- Single issue for the complete specification
- Clear title identifying the specification
- Include only changes required by the specification
- Verify against existing issues before creation
Issue Content
- Title: Feature name from specification
- Description: Problem statement, proposed solution, and context
- Labels: feature, enhancement (as appropriate)
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/github/awesome-copilot/create-github-issue-feature-from-specification">View create-github-issue-feature-from-specification on skillZs</a>