Source profileQuality 55/100

github/awesome-copilot/skills/create-github-issue-feature-from-specification/SKILL.md

create-github-issue-feature-from-specification

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

Source repository stars
37,126
Declared platforms
0
Static risk flags
0
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

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

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/github/awesome-copilot --skill "skills/create-github-issue-feature-from-specification"
    Safe inspection promptEditorial

    Inspect the Agent Skill "create-github-issue-feature-from-specification" from https://github.com/github/awesome-copilot/blob/9933dcad5be5caeb288cebcd370eeeb2fc2f1685/skills/create-github-issue-feature-from-specification/SKILL.md at commit 9933dcad5be5caeb288cebcd370eeeb2fc2f1685. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Process

      1. Analyze specification file to extract requirements 2. Check existing issues using searchissues 3. Create new issue using createissue or update existing with updateissue 4. Use featurerequest.yml template (fallback to default)

      Analyze specification file to extract requirementsCheck existing issues using searchissuesCreate new issue using createissue or update existing with updateissue
    2. 02

      Requirements

      Single issue for the complete specification

      Single issue for the complete specificationClear title identifying the specificationInclude only changes required by the specification
    3. 03

      Issue Content

      Title: Feature name from specification

      Title: Feature name from specificationDescription: Problem statement, proposed solution, and contextLabels: feature, enhancement (as appropriate)

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score55/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars37,126SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guidecatalog recordEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    github/awesome-copilot
    Skill path
    skills/create-github-issue-feature-from-specification/SKILL.md
    Commit
    9933dcad5be5caeb288cebcd370eeeb2fc2f1685
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    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)