verify

Validate code changes through tests, typecheck/build, and manual checks.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill verify-officechbusinessservices-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/officechbusinessservices-creator/CompliCore/tree/main/packages/oh-my-claudecode/skills/verify
Command: npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill verify-officechbusinessservices-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate that a code change actually works before you claim completion, reducing the risk of regressions and post-release fixes.

Core Features & Use Cases

  • Structured verification workflow: identifies the exact behavior to prove, prioritizes existing tests, and documents results.
  • Flexible verification: supports test-based, typecheck/build, and manual validation steps when coverage is incomplete.
  • Clear evidence reporting: returns what was verified, the commands run, and the pass/fail status.

Quick Start

Run the verify workflow on your current branch to confirm that changes are properly validated against tests and checks.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I verify code changes before claiming completion?

Verify code changes by identifying the exact behavior to prove, prioritizing existing tests, and running typecheck or build commands. This structured workflow confirms changes behave as expected, reducing the risk of regressions before completion.

What is the best way to validate a refactoring or feature fix?

The best way to validate a refactoring is to run a structured verification workflow that checks existing tests, executes build commands, and performs direct manual validation steps when coverage is incomplete.

Can I use manual validation steps when test coverage is incomplete?

Yes, you can use manual validation steps when test coverage is incomplete. The verification workflow supports test-based checks, typecheck builds, and direct command execution to ensure code changes behave as expected.

How does CI verification handle test failures and build errors?

CI verification handles failures by providing clear reporting of results, explicitly documenting what was verified, the commands run, and the pass or fail status to ensure code change issues are surfaced.

Do I need existing tests to validate code changes?

Existing tests are prioritized to validate code changes, but they are not strictly required. The workflow supports flexible verification through typecheck builds and direct command checks when test coverage is missing.