change-verify

Verify code implementation against change specifications and architectural constraints.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/eavichay/mycli --skill change-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: change-verify
Source: https://github.com/eavichay/mycli/tree/main/.cursor/skills/change-verify
Command: npx skills add https://github.com/eavichay/mycli --skill change-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the risk of incomplete or non-compliant code changes by enforcing a rigorous verification process against defined success criteria and architectural constraints.

Core Features & Use Cases

  • Automated Verification: Validates implementation against specific success criteria and functional requirements defined in change specifications.
  • Governance Enforcement: Integrates with project-level constitution files to ensure all changes adhere to architectural principles.
  • Hook Integration: Executes pre- and post-verification hooks to automate environment setup and cleanup tasks.

Quick Start

Invoke the change-verify skill to validate the current implementation against the requirements defined in the active change specification file.

Frequently Asked Questions about change-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify code implementation against project specifications?

Verifying code implementation against project specifications involves validating completed code changes against functional requirements and success criteria defined in change specification files. This ensures the implementation meets all architectural constraints.

How does governance enforcement work for code changes?

Governance enforcement works by integrating with project-level constitution files to ensure all code changes adhere to established architectural principles. This validates functional requirements before changes are approved.

Do I need change specification files to perform code verification?

Yes, you need change specification files and project-level constitution documents to perform code verification. The validation process requires access to these governance documents to update verification status and check compliance.

What is automated verification of code changes?

Automated verification of code changes is the process of validating implementation completeness against specific success criteria and functional requirements defined in change specifications. It operates within a repository-wide specification framework.

Can I automate environment setup and cleanup during specification verification?

Yes, you can automate environment setup and cleanup during specification verification by executing pre- and post-verification hooks. These hooks integrate into the workflow to handle environment tasks around the validation process.

When should I not use automated specification verification?

You should avoid using automated specification verification when change specification files or project-level constitution documents are not available, as the validation process requires access to these governance documents to function properly.