repo-harness-check

Run workflow gates, task sync, contract checks, and migration dry-runs.

407|29|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Ancienttwo/repo-harness --skill repo-harness-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-harness-check
Source: https://github.com/Ancienttwo/repo-harness/tree/main/assets/skill-commands/repo-harness-check
Command: npx skills add https://github.com/Ancienttwo/repo-harness --skill repo-harness-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires repo-harness, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a verification entrypoint for the repo-harness workflow, ensuring that all necessary checks and tasks are completed before a merge or release.

Core Features & Use Cases

  • Workflow Readiness: Runs workflow gates, task sync, contract checks, inspector, and migration dry-run.
  • Task Validation: Ensures that tasks-first contracts are validated and ready for merge or release.
  • Use Case: Before merging a pull request or releasing a version, use this Skill to verify that all necessary checks have passed and that the harness is ready for deployment.

Quick Start

Run the 'repo-harness-check' command to verify the workflow readiness for your repository.

Frequently Asked Questions about repo-harness-check

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

FAQPage Schema
How do I verify workflow readiness before merging a pull request or releasing a version?

To verify workflow readiness before a merge or release, you can run a verification entrypoint that executes workflow gates, task syncs, contract checks, and migration dry-runs. This ensures all necessary tasks are completed and the harness is ready for deployment.

What is tasks-first contract validation in a repository deployment workflow?

Tasks-first contract validation is a process that ensures all predefined task contracts are checked and validated. Running these checks guarantees that your repository meets all required conditions and is fully ready for a merge or release.

Do I need repo-harness configured to run deployment readiness checks?

Yes, you need repo-harness properly configured to run deployment readiness checks. The verification process depends on the harness environment to execute workflow gates, task validation, and migration dry-runs effectively.

How does a migration dry-run work during repository workflow verification?

A migration dry-run works by simulating migration tasks without applying actual changes to verify workflow readiness. It helps identify potential deployment issues and ensures all necessary contracts are validated before the final release.

What's the best way to validate task contracts for deployment readiness?

The best way to validate task contracts for deployment readiness is to run a dedicated verification script that executes workflow gates and inspector checks. This validates all tasks-first contracts and confirms the repository is ready for deployment.

Why does my repository workflow verification fail before a merge?

Repository workflow verification fails before a merge when necessary tasks are incomplete or tasks-first contracts are not validated. Running the verification checks identifies which specific workflow gates or contract validations are blocking deployment readiness.