← all plugins

Han Github

by @testdouble · plugin · 3 skills

GitHub-specific extensions to Han. Provides skills to post code reviews as PR comments, update a PR description with a consistent format, and other GitHub-facing workflows.

Install the whole plugin (CLI)
npx skillmds add testdouble/work-items-to-issues npx skillmds add testdouble/update-pr-description npx skillmds add testdouble/post-code-review-to-pr
⬇ Download

Skills in this plugin

  1. work-items-to-issues · testdouble bundle
    Break a work-items.md file (produced by /plan-work-items) into independently-grabbable GitHub issues, one per slice, in each slice's target repo. Use when you want to turn a work-items file into GitHub issues, publish work items as issue tickets, or create implementation tickets that can be worked on and tracked on GitHub. Does not produce the work-items file itself — use plan-work-items to break a plan into work items first. Does not review code or post pull request comments — use post-code-review-to-pr for that.
    218
    repo stars
  2. update-pr-description · testdouble bundle
    Generate a PR description from the current branch's changes against a GitHub PR, using the gh CLI. Use when writing, drafting, or updating pull request descriptions, PR summaries, or PR bodies. Does not review code or post review comments — use code-review for local review or post-code-review-to-pr for posting a review to GitHub.
    218
    repo stars
  3. post-code-review-to-pr · testdouble bundle
    Run a full pull request review and post review comments directly to the current branch's GitHub PR. Requires the gh CLI to be installed and a PR to already exist for the current branch. Use when you want review feedback posted to GitHub as PR comments. For local code review without posting to GitHub, use code-review instead. Does not write or update PR descriptions — use update-pr-description for that.
    218
    repo stars