Reproduce, isolate, and fix a bug (or failing build/test), then summarize root cause, fix, and verification steps....
cat ~/Top
Explora los mejores skills ordenados por estrellas de GitHub
Fix GitHub Actions CI failures using GitHub CLI (gh): inspect runs/logs, identify root cause, patch workflows/code,...
Generate nested AGENTS.md coding guidelines per module (monorepo-aware), detect languages/tooling, ask architecture...
Verify changes follow nearest-scoped AGENTS.md rules: group changed files by nested scope, auto-fix formatting, run...
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit...
>
Create a high-quality pull request: branch, focused changes, lint/build, conventional commit, and a clear PR...
Upgrade dependencies for Java/Kotlin (Gradle/Maven) and TypeScript/Node projects with minimal risk: plan the bump,...
Keep documentation in sync with code changes across README, docs sites, API docs, runbooks, and configuration. Use...
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser)...
Plan work before coding: do repo research, analyze options/risks, and ask clarifying questions before proposing an...
Guide a safe git rebase of the current branch onto a target branch, including conflict triage and resolution steps....
Build, test, and explain regular expressions against sample text or files using CLI tools (rg, python) and specific...
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches),...
Generate MDX blog posts or recaps from session logs in `sessions/articles`. Use when the user asks to turn daily...
Use when designing, building, or refining frontend UI/UX: layouts, components, visual systems, typography, color,...
Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported...
SSH into an Ubuntu VPS (Docker) for a read-only health/security/update report (UFW + fail2ban) and propose fixes;...
Catch up on codebase changes by reviewing the diff from master and reading relevant spec files.
Quick user-centric interview to capture requirements from a time-poor stakeholder.
Reset the working directory for the next task by ensuring no uncommitted changes exist, then switching to the main...
Interview me about the plan
Convert feature requirements into structured end-to-end test cases as JSON.
Prime yourself on a codebase by listing files and reading the README.