Openspec Verify Change

🌐Community
by pbh-btn · vlatest · Repository

This skill automates verification of changes against OpenSPEC requirements, ensuring compliance and reducing manual effort for quality assurance.

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 openspec-verify-change npx -- -y @trustedskills/openspec-verify-change
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "openspec-verify-change": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/openspec-verify-change"
      ]
    }
  }
}

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

About This Skill

What it does

The openspec-verify-change skill allows AI agents to verify changes against an Open Specification (OpenSpec) document. It can determine if a proposed change is valid according to the specification's rules and constraints, providing feedback on potential inconsistencies or errors. This helps ensure modifications adhere to established standards and maintain integrity.

When to use it

  • Software Development: Validate code changes against an OpenSpec that defines API behavior.
  • Configuration Management: Verify infrastructure configuration updates align with a defined OpenSpec.
  • Policy Enforcement: Ensure policy modifications comply with documented requirements outlined in an OpenSpec.
  • Data Transformation: Confirm data transformation scripts adhere to the rules and constraints specified in an OpenSpec.

Key capabilities

  • Open Specification parsing
  • Change validation against specification rules
  • Error reporting & feedback generation

Example prompts

  • "Verify this change to the API endpoint /users against the OpenSpec document located at https://example.com/api-spec.openspec."
  • "Is this proposed configuration update valid according to the OpenSpec?"
  • “Check if these policy changes are compliant with the documented OpenSpec.”

Tips & gotchas

  • The skill requires access to a valid Open Specification document, typically provided as a URL.
  • Ensure the OpenSpec document is well-defined and accurately reflects the intended rules and constraints for verification.

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
pbh-btn
Installs
20

🌐 Community

Passed automated security scans.