rk-skills
Automated GitHub issue validation, implementation, and PR review loops
All Skills in This Repository (32)
Pure Emerald Level Indicatorsmilestoneplan
Aggregate GitHub milestone issue data into a structured markdown table.
app-prd
Convert unstructured product concepts into section-numbered PRD.md files and submit pull requests.
validate-fableplan-loop
Automate GitHub issue validation, Fable 5 planning, and code implementation.
fable-new-issue
Draft GitHub issues via a read-only Fable 5 subagent with duplicate checks and complexity scoring.
create-release
Dispatch GitHub release workflows to the create-release-runner subagent.
work-on-issue
Automate GitHub issue implementation with worktrees, tests, and pull requests.
execution-plan-review
Synchronize GitHub issue execution blocks by parsing milestone metadata and validating configuration logic.
work-on-issue-loop
Automate GitHub issue implementation, pull request creation, and review feedback resolution.
github-issue-format
Standardize GitHub issue structure with complexity scores and planning signals.
fable-orchestrate
Decompose software tasks into worker specifications and orchestrate Sonnet 5 subagents.
milestone-workflow
Orchestrate dependency-aware GitHub issue execution and multi-agent PR review loops.
sync-docs-release
Automate documentation synchronization and software release workflows with git and GitHub CLI.
Frequently Asked Questions
FAQPage SchemaHow to install rk-skills?โผ
Run `npx skills add richkuo/rk-skills --all -g -y` in your terminal to install every skill in this collection globally.
How to automate a GitHub issue from report to merged PR?โผ
Run the validate-issue-loop skill on an issue number; it fact-checks the issue against your code, fixes the description, implements the change in an isolated worktree, opens a PR, and loops through reviews until approval.
Can it turn an app idea into a full project plan?โผ
Yes. The new-app-pipeline skill takes a raw idea, writes a PRD, resolves open questions with you, files dependency-ordered GitHub issues, and runs them as a multi-agent milestone workflow.
Does rk-skills work with Claude Code and Codex?โผ
Yes. The skills follow the standard SKILL.md format and include dispatch procedures for Claude Code, Codex CLI, and Cursor CLI builds and reviews.
Do I need coding experience to use these skills?โผ
No. You describe the bug or idea in plain English, and the agent handles code tracing, implementation, testing, and pull request management for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core