Best for
- Use when the user asks to validate, review, or check whether a GitHub issue is valid.
richkuo/rk-skills/skills/validate-issue/SKILL.md
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.
Decision brief
Validate every current-behavior claim against code. Treat cited roots, lines, fixes, and prior verdicts as claims that need independent proof. Return one decision that covers behavior, cause, evidence, proposal, scope, and fix.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/richkuo/rk-skills --skill "skills/validate-issue"Inspect the Agent Skill "validate-issue" from https://github.com/richkuo/rk-skills/blob/bee0535feb7f449078ba221a67ea5ec4f47a4931/skills/validate-issue/SKILL.md at commit bee0535feb7f449078ba221a67ea5ec4f47a4931. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Accept a full issue URL, N, N, or owner/repoN. With no input, resolve the newest open issue in the current repo and state the selected number.
Do not create a worktree for validation or issue edits. Resolve and refresh the current default branch:
Always fetch the body and comments with gh issue view --comments. For omitted input, first resolve gh issue list --limit 1 --json number --jq '.[0].number'. Then inspect the issue timeline for cross-referenced pull requests; comment output does not include them:
List each concrete current-behavior claim, including named causes, citations, sets, negatives, and benefit premises. Separately extract proposal goals, lifetime, population timing, benefits, consumers, failure policy, deployment surface, and touched sites. Run steps 5a and 5b fo…
Trace each scenario through its conditions and configuration. Apply every triggered depth rule:
Permission review
The documentation asks the agent to read local files, directories, or repositories.
Accept a full issue URL, `#N`, `N`, or `owner/repo#N`. With no input, resolve the newest open issue in the current repo and state the selected number.The documentation asks the agent to run terminal commands or scripts.
git fetch origin "$DEFAULT"The documentation asks the agent to run terminal commands or scripts.
git branch --show-currentEvidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 91/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 48 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Validate every current-behavior claim against code. Treat cited roots, lines, fixes, and prior verdicts as claims that need independent proof. Return one decision that covers behavior, cause, evidence, proposal, scope, and fix.
Accept a full issue URL, #N, N, or owner/repo#N. With no input, resolve the newest open issue in the current repo and state the selected number.
Do not create a worktree for validation or issue edits. Resolve and refresh the current default branch:
DEFAULT=$(gh repo view --json defaultBranchRef --jq .defaultBranchRef.name)
git fetch origin "$DEFAULT"
git branch --show-current
git rev-list --left-right --count "origin/$DEFAULT...HEAD"
Read working-tree files only at 0 0, or when git diff --name-only HEAD "origin/$DEFAULT" excludes every inspected path. Otherwise use git show "origin/$DEFAULT":<path>. State the baseline in the verdict.
Always fetch the body and comments with gh issue view <N> --comments. For omitted input, first resolve gh issue list --limit 1 --json number --jq '.[0].number'. Then inspect the issue timeline for cross-referenced pull requests; comment output does not include them:
gh api "repos/<owner>/<repo>/issues/<N>/timeline" --paginate \
--jq '.[] | select(.event == "cross-referenced" and .source.issue.pull_request) | .source.issue'
Verify merged fixes against current code and recommend closure or reuse. List overlapping open work under Concerns.
List each concrete current-behavior claim, including named causes, citations, sets, negatives, and benefit premises. Separately extract proposal goals, lifetime, population timing, benefits, consumers, failure policy, deployment surface, and touched sites. Run steps 5a and 5b for a new subsystem, shared state, cross-cutting refactor, deduplication, single source of truth, multi-consumer coordination, or infrastructure analogy.
Trace each scenario through its conditions and configuration. Apply every triggered depth rule:
Evidence outranks every verdict. Reconcile evidence across all bullets and your own paired findings before finalizing.
Use ✅ Verified, ❌ Refuted, ⚠️ Conditional, or ❓ Unverified. Cite file:line for each located path, name conditions, and retain every unresolved claim.
Lead Proposal with a ≤55-word ASD-STE100 Goal that states the outcome. Assess claims before design; a refuted premise can make the proposal unnecessary.
For every non-trivial proposal identified in step 2, read architecture.md completely and apply it after claim tracing.
Whenever step 5a runs, also read proposal-consistency.md completely and apply it to the issue text.
Use git log --since=7.days on touched paths. Check locking, migrations, reloads, idempotency, failure blast radius, parallel live/offline/admin paths, dual implementations, and regression of recent work. Put each material finding under Concerns with file:line; any safety, recent-work, or parity defect makes the issue require an update.
Read complexity-scoring.md completely on every validation. Derive axes from the traced edit and test list. The canonical formula is:
max(Risk, Uncertainty) as 0–1 → 0, 2 → 1, 3 → 2, 4 → 3. If Coupling ≥ 3, use at least Capability 2.(Scope + Coupling + Verification) × 2.25 × Capability + Volume (0–99 under current axis bounds).| Band | Score band | Validate | fableplan first | Build |
|---|---|---|---|---|
| 0 | 0–9 | Opus 5 · medium | No | Sonnet 5 · high |
| 1 | 10–20 | Opus 5 · high | No | Sonnet 5 · xhigh |
| 2 | 21–40 | Opus 5 · high | No | Opus 5 · high |
| 3 | 41–60 | Opus 5 · xhigh | No | Opus 5 · xhigh |
| 4 | 61–80 | Fable 5 · medium | Yes | Opus 5 · high |
| 5 | 81–99 | Fable 5 · high | Yes | Opus 5 · xhigh |
The fableplan signal is yes when the score is 61 or higher. It is no below 61.
The first review escalates on its own, coarser scale, so its boundaries do not line up with the bands above:
| Score | First review | Trigger |
|---|---|---|
| 0–10 | Sonnet 5 · high | @claude sonnet review |
| 11–40 | the reviewer's default model | @claude review (standard trigger, no pinned model) |
| 41–80 | Opus 5 · high | @claude opus review |
| 81–99, or no score | Fable 5 · high | @claude fable review effort:high |
A missing score reviews on the heaviest row (Fable) because the complexity is unknown. "Missing" means the title carries no [C<score>] prefix at all. A literal [C0] is a real score — every axis graded 0 — so it takes the 0–9 build band and the 0–10 first-review row like any other score. Fable reviews the first cycle only: after a Fable first review, the blocking re-reviews step down one rung each — @claude opus review for the first, @claude review for every one after that. The ladder stops at @claude review; it never steps down to Sonnet, because a C81+ change keeps a capable reviewer however many cycles it takes. The step-down is keyed to the reviewer that actually ran cycle 1, and the score band does not decide it: a Fable first review steps down however it was selected — the 81–99 row, or a stamped PR review: line naming Fable at any score — while a first review on any other model keeps its own model for every blocking re-review. A pass that addressed only non-blocking findings drops to @claude sonnet review without consuming a rung.
Report only N/100 — Capability <k> (<driver>); Volume <v> · fableplan: <yes|no> plus the traced edit list.
A high score alone is acceptable. Narrow speculative scope whenever needed. Split and Umbrella candidates must pass all three gates:
OK — restructure as in-body checklist and require an update when its body lacks that checklist.Keep one issue when any gate fails or one root cause requires one diff. Use Split for independent parts with no folded work and Umbrella for coordinated parts or any folded work. Narrow remains available regardless of these gates; cut to the core and move optional work to a Future note. Every proposed child needs its own scored title, problem, and acceptance criteria. Scope and description-update decisions remain independent.
Use this structure and omit empty optional sections:
Claims:
- <status> <claim> — <evidence>
Architecture: # only when 5a ran
- <status> <placement/owner/medium> (<dispatch file:line>)
- Optimal: <required for ⚠️/❌>
Concerns: # only when present
- <concern> (<file:line>)
Proposal:
- Goal: <plain simple English, ≤55 words>
- <status> <consistency gap> # only when 5b is not ✅
Scope: # only when too large or checklist restructure applies
- <disposition> — <reason and parts>
**#<N>: Update issue description? <Yes | No>** · Complexity: <score>/100 — Capability <k> (<driver>); Volume <v> · fableplan: <yes|no> · Scope: <OK | too large — split/umbrella/narrow>
<specific edits when Yes>
<next-step line — see the rule below; it carries its own leading arrow>
Set Yes for a material ❌/⚠️ claim, architecture or consistency gap, material concern, missing scope, or required checklist restructure. Set No only when the issue is accurate, feasible, consistent, complete, and ready. Always offer fableplan when its signal is yes; if the user chooses work first, ask once whether to plan or build directly.
Next-step line. The line always leads with the action this verdict recommends, then lists the other options. Match the first case that applies, then take the variant for the fableplan signal, and post that line verbatim — each one already carries its leading → and is complete as written. Never assemble the line by deleting words from another variant.
→ Recommend "split issue" to restructure; or "update issue" to edit, "work on issue" to build as-is, "fableplan" to plan first.→ Recommend "split issue" to restructure; or "update issue" to edit, "work on issue" to build as-is.→ Recommend "update issue" to apply the edits above; or "work on issue" to build as-is, "fableplan" to plan first.→ Recommend "update issue" to apply the edits above; or "work on issue" to build as-is.→ Reply "work on issue" to proceed, "update issue" to edit, or "fableplan" to plan first.→ Reply "work on issue" to proceed, or "update issue" to edit.Invoke work-on-issue with the issue number. It owns worktree creation through the open closing pull request. Surface any step-7 scope disposition before handoff.
Invoke fableplan with the issue number. It owns planning, posting the issue comment, and asking whether to build. Honor an explicit request even when the signal is no.
Read issue-editing.md completely, then apply its verified title/body procedure from the current checkout without a worktree.
| Situation | Action |
|---|---|
| Named function does not exist | Mark ❌ and name the actual symbol if found. |
| Claim holds for one configuration | Mark ⚠️ and name that configuration. |
| Author owns the repo | Verify every claim independently. |
| Code changed recently | Inspect relevant history. |
| Claim depends on runtime cycles | Trace the state machine. |
| Code contradicts issue prose | Trust the code. |
| Shared/global/central state has no owner | Require step 5a ownership details. |
| Cross-cutting proposal has verified claims | Still run steps 5a and 5b. |
Frequently asked questions
Validate every current-behavior claim against code. Treat cited roots, lines, fixes, and prior verdicts as claims that need independent proof. Return one decision that covers behavior, cause, evidence, proposal, scope, and fix.
The source record exposes this install command: npx skills add https://github.com/richkuo/rk-skills --skill "skills/validate-issue". Inspect the command and pinned source before running it.
Static rules flagged read-files, exec-script in the source; the page lists the matching lines and excerpts.
Alternatives
coreyhaines31/marketingskills
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
garrytan/gbrain
End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.
alirezarezvani/claude-skills
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
dotnet/skills
Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing