repo-harness-deploy

Validate deployment readiness and operations configuration for repo-harness harnesses.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures deployment readiness and validates operations configuration for a repo-harness harness without publishing or deploying, reducing the risk of deployment issues.

Core Features & Use Cases

  • Deployment Readiness Check: Verifies the deploy and private operations configuration.
  • Operations Configuration Validation: Inspects the operations contract in .ai/harness/policy.json.
  • Deployment Surface Analysis: Checks deploy/, deploy/sql/, deploy/env/.env.example, and release, submission, or runbook files.
  • Private Operations Boundary Check: Ensures that real environment files and secrets are stored under _ops/.
  • Readiness Reporting: Reports readiness gaps as missing or misplaced files without attempting deployment.
  • Use Case: Before deploying a new version of your harness, use this Skill to ensure that all deployment configurations are correct and ready.

Quick Start

Run the repo-harness-deploy command to check the deployment readiness and ops config for your harness.

Frequently Asked Questions about repo-harness-deploy

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

FAQPage Schema
How do I validate deployment readiness for a repo-harness without actually deploying?

To validate deployment readiness, inspect policy files and deployment surfaces like the deploy and _ops directories. This ensures proper operations configuration and verifies readiness gaps without publishing or deploying the harness.

What does a deployment readiness check inspect in a harness operations configuration?

A deployment readiness check inspects the operations contract in .ai/harness/policy.json. It analyzes deployment surfaces including deploy/, deploy/sql/, deploy/env/.env.example, and release or runbook files to ensure proper configuration.

How do I ensure real environment files and secrets are properly bounded in a repo-harness?

To ensure proper boundaries for real environment files and secrets, verify they are stored under the _ops/ directory. A private operations boundary check ensures sensitive data remains separated from deployment surfaces.

Can I use a readiness check to identify missing or misplaced deployment files in my repo-harness?

Yes, a readiness check reports missing or misplaced files as readiness gaps. It inspects the deploy/ and _ops/ directories to identify configuration issues without attempting any deployment actions.

When should I run an operations configuration validation before deploying a new harness version?

Run operations configuration validation before deploying a new harness version to ensure all deployment configurations are correct. This reduces the risk of deployment issues by verifying the operations contract and deployment surfaces.