Results for “just-prs”
5 skillsJust Command Runner
Runs project-specific commands defined in a justfile, a Make-inspired syntax supporting parameters, dependencies, and multi-language recipes.
28
Release Cut
Composite skill — promote the long-lived `release` branch to `main`, cut a single version that batches every PR accumulated since the last tag, then clean up. Chains pr-merge-readiness (on release→main PR) → version-bump (semver from commits) → changelog-update (promote [Unreleased] → versioned) → ship (tag + GitHub release) → stale-branch cleanup → optional ship-it for deploy. Use this INSTEAD of releasing every small fix individually. Many small commits become one well-scoped release.
1 · bundle
Broadcast
Applies the same change across multiple repositories in parallel using git worktrees, tests, and pull requests.
13
Gh Fix CI
Locates failing GitHub Actions checks on a pull request, fetches logs, summarizes failures, and proposes a fix plan for approval before implementing.
61
Pr Publish
Creates or edits a GitHub pull request in draft state from a reviewed draft file, with strict safeguards against merging, pushing, or modifying tracked files.
0