verify

Run milestone test suites, verify READMEs, and generate retrospective markdown reports.

3|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/wilsonkichoi/agentic_development_workflow --skill verify-wilsonkichoi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/wilsonkichoi/agentic_development_workflow/tree/main/skills/verify
Command: npx skills add https://github.com/wilsonkichoi/agentic_development_workflow --skill verify-wilsonkichoi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures completed milestones meet quality standards by running full test suites, verifying documentation, and producing a concise retrospective that captures lessons learned and next‑step recommendations.

Core Features & Use Cases

  • End‑to‑end testing: Executes the full test suite and optional manual deployment checks for a milestone.
  • README verification: Audits the project README for completeness and accuracy.
  • Retrospective generation: Creates a structured markdown retro document summarizing outcomes, successes, gaps, and recommendations.
  • Use Case: After finishing a set of related tasks, invoke this Skill to validate the build, update the README, and automatically generate a retro report for stakeholders.

Quick Start

Ask the verify skill to run verification and produce a retrospective for the current milestone.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I validate project milestones with test suites and documentation checks?

Milestone verification executes full test suites, audits README documentation, and generates a retrospective summarizing deliverable outcomes. This ensures completed development tasks meet quality standards before proceeding.

What is a milestone retrospective and when do I need to generate one?

A milestone retrospective is a structured markdown file summarizing outcomes, successes, gaps, and recommendations. Generate one after completing related development tasks to capture lessons learned and provide next-step recommendations for stakeholders.

Can I run deployment checks and manual tests for a completed milestone?

Yes, you can run optional manual deployment checks alongside full test suite execution for completed development milestones. The verification process requires test suites, deployment checks, and review files to be available.

Does milestone verification require specific files or environments to work?

Milestone verification requires completed development milestones where test suites, deployment checks, and review files are available. The environment must support executing these test suites and auditing project README documentation.

What's the best way to automate QA verification and retrospective generation?

The best way to automate QA verification is to invoke a verification process that executes end-to-end tests, audits README completeness, and automatically produces a structured markdown retro document capturing outcomes and recommendations for the next iteration.