verify

Run tests and consolidate verification results into a report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/overthestream/agent-dotfile --skill verify-overthestream
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/overthestream/agent-dotfile/tree/main/claude/skills/verify
Command: npx skills add https://github.com/overthestream/agent-dotfile --skill verify-overthestream

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

구현된 기능의 검증이 누락되거나 비효율적으로 이루어지는 문제를 해결합니다. 이 스킬은 테스트 에이전트와 코드 리뷰 흐름을 자동으로 조정하여 단위/통합 테스트를 실행하고 검증 결과를 통합합니다.

Core Features & Use Cases

  • 구현 후 자동으로 테스트 실행과 코드 리뷰를 순차적으로 수행하는 엔드-투-엔드 검증 워크플로를 제공합니다.
  • 테스트 결과와 이슈를 한곳에 모아 보고서를 생성하고 다음 단계 권고를 제공합니다.
  • 변경 사항의 재검증과 문서 동기화(명세/ADR) 피드백 루프를 지원합니다.

Quick Start

한 줄의 명령으로 /verify 워크플로를 시작해 구현된 기능의 품질을 확인합니다.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate end-to-end validation of code changes after a feature implementation?

End-to-end validation of code changes is automated by coordinating sequential test execution and code review cascades, consolidating results into a unified verification report with actionable next-step recommendations.

What is the best way to consolidate test results and code review feedback for a new feature?

Consolidating test results and code review feedback is handled by coordinating test-agent and review-agent cascades, aggregating issues into a single report, and providing recommendations for subsequent actions.

How do I run post-implementation verification for bug fixes and refactors?

Post-implementation verification for bug fixes and refactors runs by loading checkpoints, triggering sequential unit and integration tests, and consolidating the review results into a comprehensive validation report.

Do I need a test-agent and review-agent to coordinate integration testing and quality assurance?

Yes, coordinating integration testing and quality assurance requires access to a test-agent and review-agent, along with loaded checkpoints, to execute the end-to-end verification workflow and generate consolidated outputs.

Can I re-verify changes and synchronize documentation during the code review process?

Yes, re-verification of changes and documentation synchronization for specifications and ADRs are supported as feedback loops within the end-to-end validation workflow after initial test execution and review.

When should I use an automated verification workflow for quality assurance instead of manual testing?

Automated verification workflows for quality assurance are ideal for post-implementation scenarios involving new features, bug fixes, or refactors where sequential test execution and consolidated review reporting are needed.