Git & VCS

Git operations, commit helpers, branch management

Showing 913-936 of 5263 skills
ryoppippi

codex-review

by ryoppippi

Run a code review using Codex CLI. Use when the user wants a code review of uncommitted changes, a specific commit, or changes against a base branch.

CLI Tools 260 6mo ago
ryoppippi

create-commits-and-push

by ryoppippi

Creates atomic git commits and pushes to remote. Use when you want to commit changes and push without creating a PR (e.g., "commit and push my changes" or "push this up").

Code Gen 260 7mo ago
ryoppippi

pr-apply-review

by ryoppippi

Fetch and apply review comments from the current PR. Use when you need to address PR feedback.

Code Review 260 7mo ago
ryoppippi

merge-main

by ryoppippi

Merge the latest main branch into your current feature branch. Use when you need to sync your branch with upstream changes.

Code Review 260 7mo ago
ryoppippi

create-pr

by ryoppippi

Manages complete PR workflow from start to finish - creates feature branch, commits changes, pushes to remote, and opens pull request. Use when user wants to create a PR (e.g., "create a PR for these changes" or "the fix is ready, push it up and create a pull request").

Code Gen 260 7mo ago
ryoppippi

commit

by ryoppippi

Creates atomic git commits following Conventional Commits specification with detailed, well-structured messages. Analyzes changes and splits them into logical units. Use when committing code changes that need proper structure and comprehensive documentation (e.g., "commit my authentication changes" or "finished implementing search, time to commit").

CLI Tools 260 7mo ago
yonatangross

portless

by yonatangross

"Named HTTPS .localhost URLs with portless (v0.15.x). Eliminates port collisions, gives agents stable URLs, adds branch-named subdomains for git worktrees, LAN mode (--lan), and Tailscale sharing. Use when setting up a local dev environment or testing from phones and tablets on the same wifi. Do NOT use for production deployments, CI environments (set PORTLESS=0), or DNS/hosting configuration."

CLI Tools 224 1mo ago
yonatangross

configure

by yonatangross

"Interactive wizard for OrchestKit settings: MCP servers, hook permissions, keybindings, and install presets. Use when customizing plugin behavior or managing settings."

CLI Tools 224 1mo ago
yonatangross

release-management

by yonatangross

"Automates GitHub releases with semantic versioning, changelog generation from merged PRs, and gh CLI integration. Supports draft, prerelease, and standard release workflows with task-tracked multi-phase execution. Use when creating releases, tagging versions, or publishing changelogs."

Automation 224 1mo ago
yonatangross

swarm-migrate

by yonatangross

"Cross-repo migration swarm — one coordinator + N parallel subagents (one per target repo) that apply the same transformation, open PRs, wait for CI, and report back to a shared JSON ledger. Coordinator handles topology, conflict auto-rebase, and stop-on-novel-failure. Use when bumping a shared dependency, rolling out a workflow change, or applying a codemod across the org. Do NOT use for single-repo work — that's /ork:implement."

Database 224 28d ago
yonatangross

issue-progress-tracking

by yonatangross

"GitHub issue workflow ceremony using gh CLI — labels issues as in-progress, creates feature branches (issue/N-description), commits with issue references, posts progress comments, and links PRs with Closes #N. Keeps issues in sync with development work. Use when starting work on an issue, tracking progress, or completing work with a PR."

Comments 224 28d ago
yonatangross

dev

by yonatangross

"One-command dev loop boot. Spins up portless (named HTTPS subdomain), emulate (stateful API mocks), the project's dev server, and an agent-browser session, all keyed to the current git branch. Use when starting a feature branch, switching worktrees, or returning to a project after a break. Skips silently with install hints when prerequisite binaries are missing."

CLI Tools 224 1mo ago
yonatangross

implement

by yonatangross

"Full-power feature implementation using parallel subagents for backend, frontend, testing, and security, with worktree isolation and quality verification in one workflow. Chains with /ork:cover for tests and /ork:verify for validation. Use when asked to build, add, create, scaffold, or set up a new feature, endpoint, component, or UI capability. Not for fixing a bug, reviewing, explaining, testing, or comparing existing code."

Automation 224 1mo ago
yonatangross

create-pr

by yonatangross

"Creates GitHub pull requests with pre-flight validation, conventional title formatting, and structured summary generation. Runs parallel checks (tests, lint, type-check, security) before opening. Supports feature, bugfix, refactor, and hotfix PR types with milestone assignment via gh CLI. Invoke only if the operator named it; an everyday gh pr create stays plain tooling. Use when opening PRs or submitting code for review."

Code Review 224 1mo ago
yonatangross

ci-debug

by yonatangross

"Diagnose a failing CI run against an 11-pattern playbook. Classifies the failure, cites the relevant memory entry, proposes the exact fix command — but NEVER applies without explicit user approval. Use when a specific PR check or GitHub Actions run failed and you want a diagnosis instead of speculation. Don't use for org-wide CI sweeps (that's /status) or for app-level test failures (the playbook is CI-infra-specific)."

Debugging 224 1mo ago
yonatangross

ork-review-pr

by yonatangross

Review a pull request or branch for correctness, regressions, security, operational risk, and missing evidence. Use when a request asks to review a PR, review a diff, find real bugs, assess merge risk, or provide evidence-backed review findings. Do not use for implementation or style-only cleanup.

Code Review 224 1mo ago
yonatangross

commit

by yonatangross

"Creates commits with Conventional Commits format (feat/fix/docs/refactor/test/chore), automatic scope detection, co-author attribution, and pre-commit hook compliance. Validates staged changes, generates descriptive messages focusing on the 'why', and prevents secrets or generated-only files from being committed. Requires an explicit request naming this skill; plain git commit during normal work stays a bare CLI call. Use when committing changes or generating commit messages."

Git & VCS 224 1mo ago
yonatangross

design-ship

by yonatangross

"One-shot pipeline turning a claude.ai/design link into a pull request: scaffold via /ork:design-import, stories and specs via /ork:cover, browser verification via /ork:expect, then open the PR. Use when a design link should come back as a PR with no intermediate steps; if all you need is the components written to disk, run /ork:design-import instead."

Code Review 224 1mo ago
aws-samples

github

by aws-samples

Manage GitHub issues, PRs, branches, and repositories via OAuth (3LO). For reading issues or PR details, not for deep code analysis — delegate that to code-agent.

Code Gen 190 6mo ago
badlogic

vscode

by badlogic

VS Code integration for viewing diffs and comparing files. Use when showing file differences to the user.

CLI Tools 2.4K 9mo ago
colonelpanic8

taffybar-ecosystem-release

by colonelpanic8

Use when releasing, version-bumping, or propagating changes across taffybar GitHub org packages (taffybar, gtk-sni-tray, gtk-strut, status-notifier-item, dbus-menu, dbus-hslogger)

Analytics 221 7mo ago
colonelpanic8

logical-commits

by colonelpanic8

Use when the user asks to split current git changes into logical commits, clean up commit history, create atomic commits, or stage by hunk. Review the whole worktree, group related changes, and produce ordered commits where each commit is a valid state (builds/tests pass with the project validation command).

CLI Tools 221 6mo ago
colonelpanic8

release

by colonelpanic8

Use when user asks to release, publish, bump version, or prepare a new version for deployment

Debugging 221 7mo ago
colonelpanic8

hackage-release

by colonelpanic8

Use when user asks to release, publish, or bump version of a Haskell package to Hackage

CLI Tools 221 7mo ago