Loading...
Loading...
Found 414 Skills
Git operations guide. Provides how-to for common git tasks. Use when: - Writing commit messages (Conventional Commits format) - Understanding git workflows
Create a pull request following project conventions
Use when creating git commits in this project
Use this to verify whether the work meets requirements when completing tasks, implementing main features, or before merging.
Complete development with structured merge/PR options. Use when ready to merge or submit work.
Create or configure a fork workflow with git-town. Preflight checks at every step. TRIGGERS - fork repo, setup fork, git-town fork, create fork, fork workflow, upstream setup.
Complete contribution workflow using git-town. Create branch → commit → PR → ship. Preflight at every step. TRIGGERS - contribute, feature branch, create PR, submit PR, git-town contribute.
The human project owner and final authority. Does not write code or run tools -- resolves tie-breaks, approves or denies major decisions, and unblocks deadlocks.
Create a PR from current commits and/or local changes. Identifies base branch, creates topic branch if needed, commits changes, and opens a PR.
Advanced git workflows including worktrees, bisect, interactive rebase, hooks, and recovery techniques
Stage files, hunks, or specific lines in git non-interactively.
Create a well-formatted commit message from staged changes