← all plugins

Github

by @fradser · plugin · 4 skills

GitHub project operations with quality gates

Install the whole plugin (CLI)
npx skillmds add fradser/create-pr npx skillmds add fradser/review-pr npx skillmds add fradser/create-issues npx skillmds add fradser/resolve-issues
⬇ Download

Skills in this plugin

  1. create-pr · fradser bundle
    Creates comprehensive GitHub pull requests with automated quality validation and security scanning, then hands off to /github:review-pr for CI monitoring and reviewer-comment triage. This skill should be used when the user asks to "create a PR", "submit a pull request", or needs to merge completed work with full compliance checks.
    580
    repo stars
  2. review-pr · fradser bundle
    Reviews a pull request: runs its own baseline review of the PR diff, then a persistent Monitor watches CI and incoming reviewer comments, triages each comment through an independent skeptical agent, applies only verified fixes, and commits+pushes via inline git commands until CI passes and no comments remain to adopt — then asks whether to merge. Use this skill when the user asks to "review a PR", "monitor PR review comments", "address reviewer feedback on #123", or "watch CI on a pull request".
    580
    repo stars
  3. create-issues · fradser bundle
    Creates GitHub issues following test-driven development principles and proper labeling conventions. This skill should be used when the user asks to "create an issue", "file a bug", or needs to document new requirements, epics, or PR-scoped tasks.
    580
    repo stars
  4. resolve-issues · fradser bundle
    Resolves GitHub issues using isolated worktrees and test-driven development, then delegates PR creation to /github:create-pr so the quality gate and the /github:review-pr loop always run. This skill should be used when the user asks to "resolve an issue", "fix issue
    580
    repo stars