โ† All creators

tokyubevoxelverse

User

Claude Code skill that catches your README lying โ€” it follows your setup docs literally in a clean environment and reports every step that's wrong, missing, or silently assumed. ๐Ÿ‘ป

14 indexed ยท 0 Featured ยท 14 stars ยท avg score 74
Prolific

Categories

Indexed Skills (14)

AI & Automation Listed

onboard

Test a repository's setup documentation by executing it literally in a clean environment. Use to find where a README's install, build, or run instructions are wrong, outdated, or silently assume undocumented tools, versions, services, or steps.

1 Updated 5 days ago
tokyubevoxelverse
AI & Automation Listed

necromancer

Resurrect a dead repository. Use when a project no longer installs, builds, or runs because it has aged โ€” broken dependencies, deprecated APIs, dead tooling, registry rot, runtime drift. Revives it incrementally, keeping a verified working state at every step.

1 Updated 5 days ago
tokyubevoxelverse
AI & Automation Listed

repro

Turn a vague bug report into a minimal, runnable reproduction. Use when the report is "it crashes sometimes" / "it's broken on some inputs" and the fix needs the smallest script or test that reliably triggers the bug first.

1 Updated 5 days ago
tokyubevoxelverse
AI & Automation Listed

semver-cop

Determine whether the next release is legally a patch, minor, or major by diffing the public API surface against the last published version. Use before cutting a release, when reviewing "is this breaking?", or when writing honest release notes.

1 Updated 5 days ago
tokyubevoxelverse
AI & Automation Listed

handoff

Write an end-of-session handoff note โ€” what changed, what's half-done, what's risky, exact next steps โ€” for a teammate or future self. Use at the end of a work session, before a vacation, or when transferring work-in-progress to someone else.

1 Updated 5 days ago
tokyubevoxelverse
AI & Automation Listed

unfork

Reconcile a long-diverged fork with its upstream. Use when a fork has drifted for months or years and the user wants to catch up to upstream while keeping only the local changes that still matter โ€” rebuilt as a clean, minimal patch set.

1 Updated 5 days ago
tokyubevoxelverse
AI & Automation Listed

checkup

Give a repository a full health exam โ€” doc rot, dependency staleness, CI decay, git hygiene, dead links, docs contradicting code โ€” and grade it. Use when the user wants to know what quietly rotted, or a prioritized maintenance list.

1 Updated 5 days ago
tokyubevoxelverse
Code & Development Listed

skeptic

Review a pull request or diff adversarially โ€” by trying to break it with hostile tests rather than reading and approving. Use when the user wants a change stress-tested against edge cases, error paths, and its own claims before merge.

1 Updated 5 days ago
tokyubevoxelverse
AI & Automation Listed

triage

Triage a repository's issue backlog โ€” dedupe, label, flag missing repro info, draft replies, and rank what's worth fixing. Use when a maintainer faces a pile of open issues and wants order restored without closing things rudely or blindly.

1 Updated 5 days ago
tokyubevoxelverse
AI & Automation Listed

declassify

Prepare a private repository for safe open-sourcing. Use when the user wants to make a repo public and needs the secrets sweep (code AND git history), personal-info scrub, license and community files, and a go/no-go checklist.

1 Updated 5 days ago
tokyubevoxelverse
AI & Automation Listed

detox

Hunt down and fix flaky tests. Use when a test suite fails intermittently, CI needs re-runs to go green, or the user wants to know which tests are flaky versus genuinely broken โ€” and why.

1 Updated 5 days ago
tokyubevoxelverse
AI & Automation Listed

fence

Investigate why a strange piece of code exists before anyone deletes it (Chesterton's fence). Use when the user points at a weird line, hack, magic constant, or workaround and asks why it's there, whether it's still needed, or if it's safe to remove.

1 Updated 5 days ago
tokyubevoxelverse
AI & Automation Listed

bisect

Find the exact commit that introduced a bug or regression using automated git bisect. Use when something used to work and doesn't anymore, and the user wants the guilty commit โ€” especially from a plain-English symptom like "scrolling got janky sometime last month."

1 Updated 5 days ago
tokyubevoxelverse
AI & Automation Listed

vet

Run a background check on a dependency before installing it. Use when the user is considering adding a package/library and wants to know if it's safe, maintained, appropriately sized, and correctly named โ€” or wants alternatives compared.

1 Updated 5 days ago
tokyubevoxelverse

Bio shown is the top-scored skill's repo description as a fallback โ€” real GitHub bios land in a future update.