skills/gh/SKILL.md
GitHub workflows: watch CI pipelines, manage PR review comments, create and publish draft reviews. Triggers on: "gh ci", "watch github ci", "pull pr comments", "push pr comments", "gh draft", "gh resolve", "gh complete", "github review", "submit pr review", "gh retcon", "retcon pr commits", "fix commit messages on pr".
npx skillsauth add cloudvoyant/codevoyant ghInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
GitHub skill dispatcher.
help.md — never error silently$REMAINING_ARGS unchangedVERB="[first non-flag argument, or empty]"
REMAINING_ARGS="[everything after VERB, preserving order and flags]"
case "$VERB" in
"") VERB="help" ;;
"watch") VERB="ci" ;;
"report") VERB="report-issue" ;;
"bug") VERB="report-issue" ;;
"rc") VERB="retcon" ;;
esac
Read and execute references/workflows/{VERB}.md, passing $REMAINING_ARGS as the argument string.
If references/workflows/{VERB}.md does not exist, fall back to references/workflows/help.md and note the unknown verb.
references/workflows/ci.md) — watch GitHub Actions CI for the current branchreferences/workflows/pull-comments.md) — fetch PR review threads to a docreferences/workflows/push-comments.md) — submit inline review comments to a PRreferences/workflows/draft.md) — create a pending draft PR reviewreferences/workflows/resolve-comments.md) — mark threads resolvedreferences/workflows/complete.md) — publish a pending draft reviewreferences/workflows/report-issue.md) — create a GitHub issue from a bug report or QA report filereferences/workflows/retcon.md) — propose and apply commit message edits for the current branch's open GitHub PRreferences/workflows/help.md) — print command referencetools
Vim and Neovim key binding reference. Triggers on: "vim keys", "vim shortcuts", "how do I open a file in vim", "vim search replace", "vim splits", "vim buffers", "how do I navigate in vim".
testing
Generate a responsible-AI usage and decision-attribution report for the current session. Triggers on: "usage report", "usage generate", "usage run", "usage help".
development
Unified task runner dispatcher: auto-detects mise, just, task.dev, or package.json scripts and provides commands to run, list, or detect the project task runner. Triggers on: "/task", "run task", "list tasks", "detect task runner", "what tasks", "mise run", "just run", "pnpm run", "package.json scripts".
development
TanStack patterns: Start file-based routing, Router v1, Query v5, Form, and server functions. Load when working with @tanstack/ packages in a React project.