mcpbeat

Create Github Issue Feature From Specification

github/create-github-issue-feature-from-specification

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

This is a copy. The original lives at christophacham/create-github-issue-feature-from-specification.

228 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
1
copies elsewhere
how many repositories repackaged it
37394
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/github/awesome-copilot --skill create-github-issue-feature-from-specification

The instruction itself

4 sections, as written by the author

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_issue or update existing with update_issue
  • 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)

Repackaged in 1 other repositories

same content, different owner
christophacham/agent-skills-library open on GitHub →

How to use it

Copy the folder

Take github/create-github-issue-feature-from-specification from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.