verify

Verify code changes by running tests and documenting evidence.

5|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/RobinNorberg/oh-my-copilot --skill verify-robinnorberg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/RobinNorberg/oh-my-copilot/tree/main/skills/verify
Command: npx skills add https://github.com/RobinNorberg/oh-my-copilot --skill verify-robinnorberg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify that a change truly works by producing concrete evidence that it behaves as intended.

Core Features & Use Cases

  • Identify the exact behavior to verify and select the appropriate verification path.
  • Prefer existing tests and document coverage gaps to minimize work.
  • When automation is insufficient, outline manual validation steps and capture observable outcomes.
  • Produce a concise verification report detailing what was verified, which commands were run, and the outcomes.

Quick Start

Describe the change you made and run the verification workflow to generate a concrete evidence report.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I verify a code change works with concrete evidence?

To verify a code change works with concrete evidence, you describe the change to generate a detailed verification report. This report documents which commands were run, the observable outcomes, and a clear pass or fail verdict.

What is the best way to validate behavior after refactoring code?

The best way to validate behavior after refactoring code is to prefer running existing tests and documenting any coverage gaps. When automation is insufficient, outline manual validation steps and capture observable outcomes to prove the refactor works.

How do I document test coverage gaps during validation?

You document test coverage gaps during validation by selecting the appropriate verification path for your change. This path prioritizes existing tests and explicitly records coverage gaps to minimize additional work while producing a concise verification report.

Can I use this to validate fixes when automated tests are insufficient?

Yes, you can validate fixes when automated tests are insufficient by following outlined manual validation steps. This process captures observable outcomes and produces a verification report detailing what was manually validated.

What should a verification report include for quality assurance?

A verification report for quality assurance should include what was verified, which commands were run, and the resulting outcomes. It provides a clear verdict to prove that features, fixes, or refactors truly work as intended.