Harness-engineering harness-pre-commit-review
name: harness-pre-commit-review
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/harness-pre-commit-review/skill.yamlsource content
name: harness-pre-commit-review version: "1.0.0" description: Lightweight pre-commit quality gate combining mechanical checks and AI review stability: static triggers: [manual, on_commit] platforms: [claude-code, gemini-cli, cursor, codex] tools: [Bash, Read, Glob, Grep] cli: command: harness skill run harness-pre-commit-review args: - name: path description: Project root path required: false mcp: tool: run_skill input: skill: harness-pre-commit-review path: string type: rigid tier: 3 phases:
- name: mechanical-checks description: Run deterministic checks (lint, typecheck, tests) required: true
- name: classify-changes description: Determine if AI review is needed based on change type required: true
- name: ai-review description: Lightweight AI review of staged changes (skipped for docs/config-only) required: false state: persistent: false files: [] keywords:
- pre-commit
- quality-gate
- lint
- typecheck
- staged-changes
- AI-review
- mechanical-checks
- code-quality
- commit-review
- change-classification stack_signals:
- git
- eslint
- typescript
- prettier
- jest
- vitest depends_on:
- harness-code-review