Explorar skills
12.624 skills encontradas
Alerta por categoria
Receba novas skills de Desenvolvimento toda segunda
git-hygiene
Git repository hygiene check. Stale branches, large files, commit conventions. Use when: "git cleanup", "git hygiene", "clean up branches", "git-hygiene", "stale branches", "git cleanup".
test-driven-development
Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
overnight-multi-issue-implementation
Esta skill executa um fluxo de trabalho autônomo noturno para resolver um conjunto de 6 a 15 problemas relacionados do GitHub, geralmente descobertas de painel de revisão P1, entregando-os como PRs mesclados pela manhã. É ideal quando os problemas se dividem naturalmente em dois PRs e o usuário estará indisponível.
browser-testing-with-devtools
Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data via Chrome DevTools MCP.
code-review-and-quality
Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
git-workflow-and-versioning
Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.
debugging-and-error-recovery
Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.
incremental-implementation
Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
shaktra-adversarial-review
Adversarial Review workflow — treats code changes as behavioral hypotheses and systematically falsifies them through mutation testing, adversarial inputs, and fault injection. Produces execution-based risk assessment.
shaktra-status-dash
Full-view project dashboard. Shows plugin version and update status, sprint health, story pipeline, quality summary, memory health, and analysis progress. Read-only.
shaktra-init
Initialize the Shaktra framework in the current project. Creates the .shaktra/ directory structure, populates configuration from templates, and sets up the project CLAUDE.md.
retrospective
Friday four-lens review. Analyzes revenue, energy, avoidance, and growth. Updates patterns. Reflects on what worked.