Create Github Issues For Unmet Specification Requirements

🏢Official
by github · vlatest · Repository

Official github skill covering creation, GitHub for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add create-github-issues-for-unmet-specification-requirements npx -- -y @trustedskills/create-github-issues-for-unmet-specification-requirements
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "create-github-issues-for-unmet-specification-requirements": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-github-issues-for-unmet-specification-requirements"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the process of creating GitHub issues when specification requirements are not met. It identifies gaps between expected outcomes and actual implementations, then generates detailed issue reports for review and resolution.

When to use it

  • During code reviews to flag missing or unmet specifications
  • After automated testing reveals discrepancies in feature implementation
  • When integrating new features that fail to align with documented requirements
  • As part of a CI/CD pipeline to ensure compliance with project specs

Key capabilities

  • Detects mismatches between specification documents and implemented code
  • Automatically generates GitHub issues with clear descriptions, labels, and assignees
  • Integrates with GitHub APIs for seamless issue creation
  • Supports custom templates for issue formatting

Example prompts

  • "Create a GitHub issue for the feature 'user login' where the password reset functionality is missing."
  • "Generate an issue report for the unmet requirement in the API endpoint '/v1/data' as outlined in the spec document."
  • "Identify and create issues for all specification requirements not met in the latest code deployment."

Tips & gotchas

  • Ensure that your GitHub repository has proper access permissions configured for the AI agent.
  • This skill relies on accurate and up-to-date specification documents to function effectively.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
github
Installs
4.0k

🏢 Official

Published by the company or team that built the technology.