project-orchestrator:verification

Validate completion claims across services, git state, and deployment status.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/GigaFyde/project-orchestrator --skill project-orchestrator-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-orchestrator:verification
Source: https://github.com/GigaFyde/project-orchestrator/tree/main/skills/verification
Command: npx skills add https://github.com/GigaFyde/project-orchestrator --skill project-orchestrator-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verification of work completion requires concrete evidence, not assumptions, to prevent drift and misalignment.

Core Features & Use Cases

  • Enforces the Iron Law: no completion claims without fresh verification evidence.
  • Coordinates multi-service tests, git state checks, and deployment verification across affected services.
  • Updates living state documents to reflect verification outcomes and readiness for merge.

Quick Start

Run the full verification flow for all affected services before claiming completion.

Frequently Asked Questions about project-orchestrator:verification

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

FAQPage Schema
How do I verify completion of changes across multiple services in a monorepo?

To verify completion across multiple services in a monorepo, you need fresh test runs, correct git state, deployment confirmation, and living state doc updates. This approach enforces evidence-based verification across all affected branches and deployments before claiming completion.

What is evidence-based verification for software deployment?

Evidence-based verification for software deployment is the process of validating completion claims using concrete proof rather than assumptions. It coordinates multi-service tests, git state checks, and deployment verification to prevent drift and misalignment across affected services.

How do I enforce fresh test runs and git state checks before a merge?

You can enforce fresh test runs and git state checks by applying strict verification rules across affected services and branches. This ensures no completion claims are accepted without fresh evidence, confirming deployment readiness and updating living state documents accordingly.

Does evidence-based verification work for multi-service projects and monorepos?

Yes, evidence-based verification is designed specifically for multi-service projects and monorepos where changes span services, branches, and deployments. It coordinates end-to-end verification to satisfy strict checks for tests, git state, and deployment status.

What's the best way to prevent drift and misalignment in continuous integration workflows?

The best way to prevent drift and misalignment in CI workflows is to enforce an iron law requiring fresh verification evidence for any completion claim. This strictly validates tests, git state, and deployment status across affected services before merging.

When should I not use automated deployment verification?

You should avoid using automated deployment verification when you cannot run fresh tests or obtain concrete deployment confirmation across affected services. Without fresh evidence for git state and deployments, completion claims cannot be validated and may introduce drift.