
blackhole1/bh-skills
3 skills3 installs12 starsGitHub
Install
npx skills add https://github.com/blackhole1/bh-skillsSkills in this repo
1Commit EnCommit EN is an agent skill for solo and indie builders who want Git history in English and Conventional Commits form without the agent silently committing. You invoke it manually with /commit-en in Claude Code or $commit-en in Codex after you stage changes; it inspects the repository context, recent commit style, and staged diff, then drafts a type-scoped subject (≤ 68 characters) and body that match your project’s rhythm. The skill is explicit about trust: it must not commit on its own, because unaudited commits break confidence in coding agents. It fits ongoing Build work and Ship review prep whenever you are ready to record progress. Not a PR description writer or release-notes generator—focused on one high-quality commit message per explicit request. Intermediate complexity assumes you already use git staging and conventional types like feat, fix, and chore.1installs2Commit Zhcommit-zh is a Git-focused agent skill for solo builders and small teams who want Conventional Commits discipline with an English subject and a Chinese commit body, common in bilingual open-source or China-based product shops. It is manual-invocation only: you run /commit-zh or $commit-zh after staging, which keeps implicit auto-commits from eroding trust. The skill pulls repository context—branch, short status, staged diff stat, recent oneline history for style, and the first portion of the staged diff—then drafts a message under strict constraints, including a maximum 68-character subject. Prism shelves it under Ship and review because the output is meant for human approval immediately before a commit lands, though you can use the same flow during Build or Operate whenever you ship incremental changes. Allowed tooling is scoped to read-only git inspection plus user questions, aligning with a generator pattern rather than a full release automation. Beginners benefit from the embedded Conventional Commits link and log-based style mimicry; intermediate users appreciate bilingual body text without breaking English-type subjects for tooling that keys off the first line.1installs3Ship PrShip PR is a procedural gh cookbook for solo and indie builders who ship through GitHub pull requests and want copy-paste accurate commands instead of guessing CLI flags. It standardizes how you resolve the target PR on the current branch, derive owner and repo, and assess health via checks JSON (pass, fail, pending, skipping, cancel buckets) plus mergeability and merge state. When you need human review context, it points you at the GraphQL pull request reviewThreads query so each thread’s resolution, path, line, and comment databaseId are available for REST replies. The skill favors scripts/pr-state.sh for a consolidated JSON snapshot but documents the underlying gh pr checks and gh pr view fields when you need to debug edge cases. Use it when your agent is fixing review feedback, unblocking merges, or narrating PR status during ship week—not for writing feature code or designing CI from scratch.1installs