Skip to main content
Run any Skill in Manus
with one click
GitHub repository

caelo

caelo contains 13 collected skills from AuraVixStudio, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
13
Stars
17
updated
2026-06-17
Forks
4
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

review-a-github-pr-via-gh
software-quality-assurance-analysts-and-testers

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.

2026-06-17
commit-clean-conventional
software-developers

Stage the right changes and write a clear, conventional commit message.

2026-06-07
debug-reproduce-isolate-fix
software-developers

Systematically diagnose and fix a bug instead of guessing.

2026-06-07
document-code
software-developers

Add clear docstrings/comments and update docs for changed or unfamiliar code.

2026-06-07
explain-codebase
software-developers

Map and explain an unfamiliar codebase or module to the user.

2026-06-07
refactor-behavior-preserving
software-developers

Improve code structure in small, safe steps without changing behavior.

2026-06-07
write-tests
software-quality-assurance-analysts-and-testers

Add focused, meaningful tests for code — happy path plus the edge cases that matter.

2026-06-07
best-of-n-parallel-attempts
computer-occupations-all-other

Delegate N parallel subagents on the same task, then pick the best result.

2026-06-07
check-work-verify-against-criteria
software-quality-assurance-analysts-and-testers

Verify an implementation against acceptance criteria with a reviewer and a tester.

2026-06-07
design-doc-write-review-loop
software-developers

Draft a design document and iterate writer/reviewer subagents until consensus.

2026-06-07
implement-multi-agent-loop
software-developers

Orchestrate an implement -> review -> fix loop with subagents until reviewers sign off.

2026-06-07
pr-babysit-watch-drive-to-green
software-developers

Watch a pull request and delegate fixes until CI is green and reviews are addressed. Requires the GitHub MCP server or `gh`.

2026-06-07
review-changes-multi-agent
software-quality-assurance-analysts-and-testers

Delegate read-only reviewers over the local changes/branch and consolidate findings.

2026-06-07