verification

Run automated checks and manual review to verify completed work.

1|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/EremesNG/oh-my-opencode-lite --skill verification-eremesng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification
Source: https://github.com/EremesNG/oh-my-opencode-lite/tree/main/src/skills/verification
Command: npx skills add https://github.com/EremesNG/oh-my-opencode-lite --skill verification-eremesng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify that work is actually complete and correct before claiming success. This process combines automated checks with manual code review to prevent shipping incomplete results.

Core Features & Use Cases

  • Automated verification: run tests, typechecks, lint, builds, and diagnostics to validate changes.
  • Manual review: read all changed files and assess logic, edge cases, and alignment with requirements.
  • Use Case: before marking a task complete, execute the verification workflow to ensure results are ready for release.

Quick Start

Run automated checks and manual review to confirm completion before claiming success.

Frequently Asked Questions about verification

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

FAQPage Schema
How do I verify code changes before marking a task complete?

To verify code changes before marking a task complete, run automated checks like tests, typechecks, lint, and builds, then perform a manual peer review of all changed files to assess logic and edge cases.

What is the best way to combine automated checks with manual code review?

The best way to combine automated checks with manual code review is to run diagnostics and builds first, then read all changed files to evaluate alignment with requirements, ensuring no incomplete results are shipped.

How do I prevent premature claims of completion in software engineering?

To prevent premature claims of completion in software engineering, apply a verification workflow that executes tests, typechecks, lint, and builds, followed by a manual review of logic and edge cases before marking success.

Does the verification workflow support build and quality assurance checks?

Yes, the verification workflow supports build and quality assurance checks by running automated tests, typechecks, lint, and diagnostics to validate changes before a manual review confirms deliverables are ready for release.

What should I check for during manual review before claiming success?

During manual review before claiming success, you should read all changed files to assess logic, evaluate edge cases, and confirm alignment with requirements to ensure deliverables are truly complete and correct.