github/awesome-copilot8.9k installs
create-github-issues-feature-from-implementation-plan
Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.
How do I install this agent skill?
npx skills add https://github.com/github/awesome-copilot --skill create-github-issues-feature-from-implementation-planIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill allows an AI agent to read an implementation plan and create corresponding GitHub issues. It uses standard GitHub API tools and does not contain any malicious code or instructions.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerwarn
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Create GitHub Issue from Implementation Plan
Create GitHub Issues for the implementation plan at ${file}.
Process
- Analyze plan file to identify phases
- Check existing issues using
search_issues - Create new issue per phase using
create_issueor update existing withupdate_issue - Use
feature_request.ymlorchore_request.ymltemplates (fallback to default)
Requirements
- One issue per implementation phase
- Clear, structured titles and descriptions
- Include only changes required by the plan
- Verify against existing issues before creation
Issue Content
- Title: Phase name from implementation plan
- Description: Phase details, requirements, and context
- Labels: Appropriate for issue type (feature/chore)
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-issues-feature-from-implementation-plan">View create-github-issues-feature-from-implementation-plan on skillZs</a>