The01Geek

35 mods across 1 repository, 115 stars between them.

docs

25

The01Geek/prflow

Skill Claude CodeCodex

Use when documentation generally needs to catch up with a branch before pushing or merging, covering internal developer docs, external customer-facing docs, and release notes together — "update the docs", "do a docs pass before I merge", "make sure everything's documented". Prefer this when no single documentation…

115 2d ago A 97 tokens original MIT

implement

26

The01Geek/prflow

Skill Claude CodeCodex

Use when the user wants an existing GitHub issue turned into a finished, reviewed pull request — "implement issue 123", "pick up ticket 45", "build the feature described in issue 7", "go fix the bug in issue 99", "start working on that issue". Triggers on any request to do the work an issue already describes, whether…

115 2d ago A 84 tokens original MIT

init

27

The01Geek/prflow

Skill Claude CodeCodex

Use when setting up PRFlow in a repo for the first time, or after a plugin update — scaffolds .prflow/config.json from the shipped template (when absent) or backfills newly-added keys into an existing one (preserving your values), and refreshes config.schema.json. Invoke explicitly with /prflow:init.

115 2d ago B 68 tokens original MIT

pr-description

28

The01Geek/prflow

Skill Claude CodeCodex

Use when generating or updating a PR description for the current branch. Takes an optional issue number as argument.

115 2d ago A 24 tokens original MIT

The01Geek/prflow

Skill Claude CodeCodex

PRFlow's code-review reception skill, used by the review-and-fix loop and available directly. Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind…

115 2d ago A 58 tokens original MIT

The01Geek/prflow

Skill Claude CodeCodex

PRFlow's final-pass review requester, dispatched by the review engine and available directly. Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

115 2d ago A 39 tokens original MIT

retrospective-audit

31

The01Geek/prflow

Skill Claude CodeCodex

Stage B of /prflow:retrospective-weekly: given a most-recent-first subset of one recurring pattern's occurrence-PR context bundles (bounded by auditbundlecap), re-derive the root cause and return one JSON object carrying a ranked findings array (one to three sub-patterns) — no edits, no worktree. Invoked as a subagent…

115 2d ago A 91 tokens original MIT

The01Geek/prflow

Skill Claude CodeCodex

Run the weekly devflow self-improvement loop locally: scan freshly-merged watched-author PRs, write per-PR retrospective entries (LLM only for PRs that fail the mechanical clean-gate), derive recurring patterns, and file one human-reviewed GitHub issue per actionable pattern. Use when running the weekly devflow…

115 2d ago C 74 tokens original MIT

retrospective

33

The01Geek/prflow

Skill Claude CodeCodex

Stage A of /prflow:retrospective-weekly: analyze one non-clean PR from its pre-fetched context bundle and return a retrospective entry as JSON. Invoked as a subagent — do not call it directly.

115 2d ago A 50 tokens original MIT

review-and-fix

34

The01Geek/prflow

Skill Claude CodeCodex

Use when the user wants problems in a pull request or the current branch both found AND corrected — "review my changes and fix what's wrong", "clean up whatever the review turns up", "address the review feedback on this branch", "tidy this PR up before merge", "find and fix the issues here". Requires explicit fix…

115 2d ago A 88 tokens original MIT

review

35

The01Geek/prflow

Skill Claude CodeCodex

Use when the user wants code assessed rather than changed — "review PR 88", "is this branch ready to merge?", "look over my changes", "any problems with this diff?", "give me a code review", "what do you think of this PR?", "sanity-check this branch", "ship it?". Applies to a pull request or the current branch when…

115 2d ago A 123 tokens original MIT