con un clic
caelo
caelo contiene 13 skills recopiladas de AuraVixStudio, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Review a specific GitHub pull request with gh — fetch the diff, fan out reviewers, consolidate, and optionally post the review. Requires the `gh` CLI or the GitHub MCP server.
Stage the right changes and write a clear, conventional commit message.
Systematically diagnose and fix a bug instead of guessing.
Add clear docstrings/comments and update docs for changed or unfamiliar code.
Map and explain an unfamiliar codebase or module to the user.
Improve code structure in small, safe steps without changing behavior.
Add focused, meaningful tests for code — happy path plus the edge cases that matter.
Delegate N parallel subagents on the same task, then pick the best result.
Verify an implementation against acceptance criteria with a reviewer and a tester.
Draft a design document and iterate writer/reviewer subagents until consensus.
Orchestrate an implement -> review -> fix loop with subagents until reviewers sign off.
Watch a pull request and delegate fixes until CI is green and reviews are addressed. Requires the GitHub MCP server or `gh`.
Delegate read-only reviewers over the local changes/branch and consolidate findings.