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-issuesSkills in this plugin
- ▌ create-pr · fradser bundleCreates 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.
- ▌ review-pr · fradser bundleReviews 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".
- ▌ create-issues · fradser bundleCreates 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.
- ▌ resolve-issues · fradser bundleResolves 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