Harness-engineering harness-git-workflow
name: harness-git-workflow
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/harness-git-workflow/skill.yamlsource content
name: harness-git-workflow version: "1.0.0" description: Git workflow best practices integrated with harness validation stability: static cognitive_mode: meticulous-verifier triggers:
- manual
- on_pr
- on_commit platforms:
- claude-code
- gemini-cli
- cursor
- codex tools:
- Bash
- Read
- Glob
cli:
command: harness skill run harness-git-workflow
args:
- name: path description: Project root path required: false mcp: tool: run_skill input: skill: harness-git-workflow path: string type: flexible tier: 3 state: persistent: false files: [] keywords:
- git
- branching
- commit-message
- pull-request
- merge
- git-hooks
- conventional-commits
- git-workflow
- version-control
- PR-review stack_signals:
- git
- github
- gitlab depends_on: []