Harness-engineering harness-verify
name: harness-verify
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/harness-verify/skill.yamlsource content
name: harness-verify version: "1.0.0" description: Binary pass/fail quick gate — runs test, lint, typecheck commands and returns structured result stability: static triggers:
- manual
- on_task_complete platforms:
- claude-code
- gemini-cli
- cursor
- codex tools:
- Bash
- Read
- Glob
cli:
command: harness skill run harness-verify
args:
- name: path description: Project root path required: false mcp: tool: run_skill input: skill: harness-verify path: string type: rigid tier: 2 cognitive_mode: meticulous-verifier phases:
- name: detect description: Auto-detect project commands from package.json, Makefile, or conventions required: true
- name: execute description: Run test, lint, typecheck commands required: true
- name: report description: Return structured pass/fail result required: true state: persistent: false files: [] depends_on: []