Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

openrabbit

openrabbit 收录了来自 hongvincent 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
0
更新
2026-06-14
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

maintainability
软件质量保证分析师与测试员

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
信息安全分析师

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
软件质量保证分析师与测试员

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