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

openrabbit

openrabbit contains 6 collected skills from hongvincent, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
0
updated
2026-06-14
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

maintainability
software-quality-assurance-analysts-and-testers

Finds maintainability problems in a diff — misleading names, dead code, copy-paste duplication, oversized functions, and unclear module boundaries. Holds a strict precision bar and suppresses nits. Reports grounded findings with confidence and severity, never self-filtering.

2026-06-14
performance
software-developers

Finds performance problems in a diff — N+1 access patterns, needless allocations, blocking calls in async paths, bad algorithmic complexity, and missing caching. Reports grounded findings with confidence and severity, never self-filtering.

2026-06-14
tests
software-quality-assurance-analysts-and-testers

Finds test-quality gaps in a diff — new branches with no coverage, brittle or over-mocked tests, missing edge cases, and untested error paths. Holds a strict precision bar and suppresses nits. Reports grounded findings with confidence and severity, never self-filtering.

2026-06-14
correctness
software-quality-assurance-analysts-and-testers

Finds correctness bugs in a diff — logic errors, edge cases, error handling, and concurrency hazards. Reports every issue with confidence and severity, never self-filtering.

2026-06-14
security
information-security-analysts

Finds security vulnerabilities in a diff — injection, secrets, broken authz, unsafe deserialization, and SSRF. Reports grounded findings with confidence and severity, never self-filtering.

2026-06-14
openrabbit-review
software-quality-assurance-analysts-and-testers

Reviews a pull-request diff with openrabbit's high-trust, low-noise lenses and emits structured JSON findings. Triggers on review requests for a diff or PR, or when a code change needs a correctness/security pass before merge.

2026-06-14