Explorar skills

13.048 skills encontradas

Alerta por categoria

Receba novas skills de Desenvolvimento toda segunda

refactor

0

Propose better object-oriented architecture for complex, procedural code

Desenvolvimentopor broneq

subagent-execute-plan

0

Coordinator that executes a plan in parallel groups via background subagents. Spawns implementers, then dedicated test-runner / static-analyse subagents, then routes failures back to the original implementer (SendMessage) or a fresh fixer. Fully autonomous — no human-in-loop.

Desenvolvimento#ai#testpor broneq

gitnexus-exploring

0

Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: \"How does X work?\", \"What calls this function?\", \"Show me the auth flow\"

Desenvolvimento#gitpor quanpersie2001

dev-note

0

Use only when the user explicitly asks to save, note, record, or preserve one learning from the current conversation as a raw developer note.

Desenvolvimentopor quanpersie2001

gitnexus

0

Use when Pulse planning or discovery needs graph-based architecture context, execution-flow tracing, symbol relationships, or blast-radius analysis beyond plain file search.

Desenvolvimento#git#aipor quanpersie2001

systematic-debug-fix

0

Use when the user asks for root-cause-first debugging of bugs, test failures, flaky behavior, build issues, or integration defects with tracked verification and regression lock-down.

Desenvolvimento#ai#testpor quanpersie2001

update-all

0

Dynamically discover all git repositories under a parent folder, checkout master/main, and pull latest code. Use when user wants to update all microservices, sync all repos, or says "update-all" or "pull all repos".

Desenvolvimento#git#aipor lsscecilia

gh-comment

0

Post formatted comments on GitHub PRs or issues, approve PRs, and merge PRs via gh CLI using purpose-specific templates (feedback, question, status, approval, request-changes). Use when commenting on a PR, leaving feedback, asking a question on an issue, posting a status update, approving a pull request, merging a PR, or any intent to interact with an existing PR or issue — even implicit phrases l

Desenvolvimento#github#gitpor chienchuanw

gh-dev

0

Create a branch linked to a GitHub issue via gh issue develop, then implement the work with regular convention-following commits. Use when starting work on an issue, picking up a ticket, developing a feature branch, or any intent to begin coding against a GitHub issue.

Desenvolvimento#github#gitpor chienchuanw

gh-fix

0

Read unresolved review comments on a GitHub PR, deeply evaluate each suggestion, then either fix it (via gh-dev + simplify) and push the result, or push back via gh-comment with a reasoned reply. Use when the user wants to address PR feedback, respond to reviewer comments, fix code-review suggestions, action a review, or any phrasing like "address the comments on PR #N", "respond to the review", "

Desenvolvimento#github#gitpor chienchuanw

chengyu-close-door-catch-thief

0

Use when debugging by narrowing the search space — isolate the failure domain so the bug reproduces in a controlled, minimal environment. CRITICAL Step 0: the agent must ASK (if unclear) or PITCH (if obvious, just needs operator confirmation) the specific "close the door" strategy BEFORE executing it; the closing has side effects (disabling services, modifying shared state, replacing real integrat

Desenvolvimento#aipor evnchn-agentic

chengyu-remove-firewood-from-cauldron

0

Use when a symptom has an OBVIOUS causal root and the temptation is to patch the symptom — when a bug fix is masking the real issue, when retries are hiding a contract violation, when a workaround is becoming permanent. The default debugging frame; reach for chengyu-besiege-wei-save-zhao only after exhausting this.

Desenvolvimentopor evnchn-agentic