skills/git-ops/SKILL.md
Git branch, commit, and merge operations following project conventions. Use for all git workflow actions.
npx skillsauth add the-own-lab/Claude-company-of-one git-opsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Standardized git workflow for branch management, commits, and merges.
Use the following prefixes based on the type of work:
| Prefix | Purpose |
| ----------- | ------------------------------------------ |
| feature/ | New functionality |
| fix/ | Bug fixes |
| refactor/ | Code restructuring without behavior change |
| docs/ | Documentation updates |
| chore/ | Maintenance, tooling, dependency updates |
Branch names should be lowercase, hyphen-separated, and descriptive:
feature/add-user-authentication, fix/null-pointer-in-parser
Follow the conventional commit format:
type(scope): description
Optional body with additional context.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Types: feat, fix, refactor, docs, test, chore, perf, ci
Rules:
.gitignore when adding new file typesdocumentation
Update BRIEF.md sections during a command run. Any skill that produces a brief-persisted artifact calls this to write it back.
development
Post-code check: run tests + confirm TODO acceptance items map to passing tests; applies a security lens but is not a separate scan.
documentation
Command post-step: write CHANGELOG + TODO once per command run. One call, not per-skill doc writes.
content-media
Author REQUIREMENTS.md + DESIGN.md + TODO.md for a feature. The three files are one contract; they ship together.