Generate a project-local verification skill that drives your app the way a user does — any language, framework, or platform. Use for /create-verification-skill, "make a control skill for this repo", or when a project has no scripted way to prove…
kenryu42/skills
SkillsMP has collected 9 skills from kenryu42/skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 9
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 9 of 9 collected skills.
Periodic pass that keeps a project's verification skill and feature map honest: parallel source readers per feature, one live session driving every feature, at most one PR of proven corrections. Use for /maintain-verification-skill or "audit the verify skill".
Pre-commit/ship code review: Codex default; optional Claude or Pi.
Watch an open PR on this repo — fix failing CI, wait out the review bots (coderabbitai, greptile-apps, pullfrog), handle the straightforward findings, and drive the PR to a mergeable state without re-prompting.
Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe because of by running real code instead of writing it up. Use for 'blast radius of X', 'what could this break', or reviewing a small diff you…
Create a coherent Conventional Commit with concise, high-signal context. Use when the user explicitly asks to commit current work or invokes $commit-with-context. Keep unrelated changes out and avoid splitting one task into artificial micro-commits.
Analyze GitHub issues (bugs or feature requests)
Find and verify potential sponsors for a GitHub repository by mining sponsor data from peer repos: README sponsor sections, sponsorkit SVGs, the GitHub Sponsors API, and Open Collective. Use when the user provides a target GitHub repo URL and wants sponsor…
USE PROACTIVELY for any implementation request that spans multiple files, has several independent work items, or needs new tests — "implement this plan", "add feature X", "fix all these findings". It delegates execution to cheaper models (Fable plans and…