Analysis updated 2026-06-24
Run /do to take a fuzzy request through ticket, code, audit, build, and tests in one chain
Drop the /security-review skill onto a project to flag injection, auth, and crypto issues
Generate a CONTEXT.md repo map for a new codebase with /knowledge
Auto-write commit messages and push with /push instead of typing them by hand
| mistraleuh/my-claude-skills | andyvandaric/kiroku | appeight/app8-ios-sdk | |
|---|---|---|---|
| Stars | 25 | 25 | 25 |
| Language | — | PowerShell | Swift |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 1/5 | 2/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Git clone, copy each subfolder into ~/.claude/skills/, then restart Claude Code, no other deps.
This is a collection of 15 slash command skills built for Claude Code, the official command line tool from Anthropic. The author groups them into roles: an architect, a bug hunter, a security auditor, a tech writer, a project manager. Each skill gives Claude a persona and a fixed workflow, so the assistant follows steps instead of jumping straight to code. The headline command is /do, which chains five other skills together in one shot. /todo writes a detailed ticket from a fuzzy request. /dev implements the ticket. /verify-dev audits the code line by line against the ticket. /build runs types, lint, and unit tests. /test runs functional tests. If any gate fails, /do loops back to /dev, up to three retries per gate, then either reports green or stops with a clear failure state. Installation is a git clone, then copy each subfolder into ~/.claude/skills/, then restart Claude Code. After that, plain English phrases like 'commit and push' or 'there is a bug on X' route to the right skill automatically. Each skill description lists trigger phrases, so the user does not need to memorize the slash names. The other skills cover quality work and documentation. /hunt reproduces and isolates bugs before claiming a fix. /security-review focuses on injection, auth, crypto, and dependency issues with CWE references. /refactor produces a line by line plan with risk notes. /knowledge generates a CONTEXT.md map of an existing repo, and /doc-update keeps existing docs in sync with code changes. /push writes the commit message and pushes. The author says the skills were built originally for a Next.js, FastAPI, and SQLite stack at his company, but the patterns are meant to be stack neutral. He reports roughly 80% fewer follow-up prompts and review cycles cut in half on production tickets. The license is MIT.
Fifteen slash command skills for Claude Code that give the assistant fixed personas and workflows for ticketing, dev, review, tests, and security audits.
MIT lets you use, modify, and redistribute the skills for any purpose as long as you keep the copyright and license text.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.