richkuo

43 mods across 2 repositories, 393 stars between them.

fix-pr-review

25

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user asks to fix, address, or respond to a PR review — "fix the PR review", "address the review comments", "/fix-pr-review". Takes an optional PR number/URL (defaults to the current branch's PR) and an optional codex argument, in either order, to select Codex as the review bot (e.g. "/fix-pr-review 123…

49 2d ago A 198 tokens original MIT

github-issue-format

26

richkuo/rk-skills

Skill Claude CodeCodex

Required format for creating or editing any GitHub issue — [C ] title convention, complexity rationale line, complete-body rule, mandatory Plain simple English section, attribution footer. Load BEFORE creating or editing a GitHub issue.

49 2d ago A 51 tokens original MIT

issueplan

27

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user wants the current large language model to plan and build a task in the same session without a subagent. When an issue is referenced, it posts the plan and asks whether to build. Without an issue, it builds and opens a pull request after presenting the plan. Trigger on "/issueplan", "issueplan this"…

49 2d ago A 80 tokens original MIT

milestone-workflow

28

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user wants a milestone of Execution-block-stamped GitHub issues implemented via a multi-agent dynamic workflow — "create the workflow for v0", "run v0 continuously", "/milestone-workflow v0". Builds dependency tracks, presents the run plan for approval, then runs the milestone-pipeline workflow: per-issue…

49 2d ago A 171 tokens original MIT

milestoneplan

29

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user wants a milestone's execution plan shown as a table — "milestoneplan v1", "/milestoneplan", "show the plan for v1". Read-only - reads every issue in the milestone and renders one table of issue number, description, complexity, dependencies, validate/build model and effort, fableplan, plan effort, and…

49 2d ago A 100 tokens original MIT

new-app-pipeline

30

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user wants to take a new app from raw idea to running multi-agent implementation — "/new-app-pipeline", "let's build a new app", "run the app pipeline on this idea". Orchestrates the full sequence - idea → PRD → question refinement → GitHub issues with Execution blocks → execution-plan review → milestone…

49 2d ago A 88 tokens original MIT

new-issue-loop

31

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user asks to file a GitHub issue and then autonomously drive it all the way to a reviewed PR in one shot — "new-issue-loop", "create the issue and run it to completion", "file this and fully automate it". Runs new-issue to create a fully-specified issue, then hands the new issue number to…

49 2d ago A 111 tokens original MIT

new-issue

32

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user says "new issue", "create an issue", "file an issue", "/new-issue", or asks to turn a bug, idea, or discussion into a GitHub issue. Takes an optional description of what the issue should cover; with no input, derives the issue from what was discussed in the current conversation. Verifies claims…

49 2d ago A 94 tokens original MIT

pr-review

33

richkuo/rk-skills

Skill Claude CodeCodex

Required format and rules for writing any pull request (PR) review comment — verdict line, section structure, materiality filter, safety carve-out. Load BEFORE composing or posting a PR review.

49 2d ago A 41 tokens original MIT

prd-questions

34

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user wants every open question in a PRD resolved interactively — "ask me all questions", "/prd-questions", "let's resolve the open questions". Sweeps the PRD for open questions and ambiguities, asks them in batched multiple-choice form with recommendations, folds every answer back into the owning spec…

49 2d ago A 90 tokens original MIT

prd-to-issues

35

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user wants a finished PRD broken into GitHub milestones and issues — "file the issues from the PRD", "/prd-to-issues", "break this into GitHub issues". Derives dependency-ordered milestones, files complete complexity-scored issues (github-issue-format), and stamps each with an Execution block (typed…

49 2d ago A 97 tokens original MIT

sync-docs-release

36

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user wants to sync docs and then cut a release in one shot. Combines sync-docs → land the doc changes (branch + PR, or a direct commit when the repo allows it) → create-release in sequence. Triggers on phrases like "sync docs and release", "sync and cut a release", "update docs and publish a release".

49 2d ago A 79 tokens original MIT

sync-docs

37

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user asks to sync, update, or refresh CLAUDE.md, AGENTS.md, SKILL.md, and README.md to reflect recent commits or PRs. Triggers on phrases like "sync docs", "update CLAUDE.md", "update AGENTS.md", "update SKILL.md", "update README", "reflect recent changes", or "document the recent PRs".

49 2d ago A 85 tokens original MIT

tldr

38

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user types /tldr to get a plain-simple-English summary, written in ASD-STE100, of the most recent response in under 55 words.

49 2d ago A 37 tokens original MIT

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user asks to validate a GitHub issue (without Fable), conditionally plan it with fableplan, then autonomously drive it to a reviewed PR in one shot — "validate-fableplan-loop", "validate, plan, and work on.

49 2d ago A 59 tokens original MIT

validate-issue-loop

40

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user asks to validate a GitHub issue and then autonomously drive it to a reviewed PR in one shot — "validate and work on this issue", "validate-issue-loop", "fully automate issue.

49 2d ago A 48 tokens original MIT

validate-issue

41

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user asks to validate, review, or check whether a GitHub issue is valid. Accepts an issue reference or defaults to the latest open issue, verifies every factual claim against current code, assesses non-trivial proposals, scores complexity, and returns a cited update decision.

49 2d ago A 61 tokens original MIT

work-on-issue-loop

42

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user asks to implement a GitHub issue and drive it through review to completion autonomously — "work on issue and loop until approved", "work-on-issue-loop", or as the automatic follow-on from validate-issue-loop. Runs work-on-issue to implement and open the PR, triggers the first review from the selected…

49 2d ago A 147 tokens original MIT

work-on-issue

43

richkuo/rk-skills

Skill Claude CodeCodex

Use when the user says "work on issue", "work on this issue", "implement issue", "/work-on-issue", or otherwise asks to implement a GitHub issue end-to-end (not merely validate it). Takes a GitHub issue URL or number (defaults to the just-validated issue). Implements the fix in an isolated worktree, verifies it…

49 2d ago A 107 tokens original MIT