MR
Mayur Rathi
@github
⭐ 34.1k GitHub stars

Create-Github-Issue-Feature-From-Specification

Create-Github-Issue-Feature-From-Specification是一款productivity方向的AI技能,核心价值是Create GitHub Issue for feature request from specification file using feature_request,可用于解决开发者在productivity领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。

Create GitHub Issue for feature request from specification file using feature_request.yml template.

Last verified on: 2026-05-30
mkdir -p ./skills/create-github-issue-feature-from-specification && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/create-github-issue-feature-from-specification/SKILL.md -o ./skills/create-github-issue-feature-from-specification/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Create GitHub Issue from Specification


Create GitHub Issue for the specification at `${file}`.


Process


1. Analyze specification file to extract requirements

2. Check existing issues using `search_issues`

3. Create new issue using `create_issue` or update existing with `update_issue`

4. Use `feature_request.yml` template (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)

🎯 Best For

  • Claude users
  • GitHub Copilot users
  • Knowledge workers
  • Remote teams
  • Professionals

💡 Use Cases

  • Using Create-Github-Issue-Feature-From-Specification in daily workflow
  • Automating repetitive productivity tasks

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude or GitHub Copilot and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Create-Github-Issue-Feature-From-Specification to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

How do I install Create-Github-Issue-Feature-From-Specification?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/create-github-issue-feature-from-specification/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Not reading the full skill

Skills contain important context and edge cases beyond the quick start.

🔗 Related Skills