code-safety-audit
reviewing and improving code safety through pattern recognition and iterative refinement
1WORKS 60★02WORKS 58★13WORKS 55★04WORKS 55★3815WORKS 55★06WORKS 54★07WORKS 54★08WORKS 52★09WORKS 49★210WORKS 49★111WORKS 39★1
phase-h-unsafe-wrapworkflowdefault
Workflow phase h unsafe wrap with multi-agent verification.
rust-expertsubagent
Enforcing senior Rust quality (Decimal vs f64 for money, typed AppError vs Result<_,String>, zero infra imports in domain/) and preventing latent numerical bugs in KoproGo financial computations.
phase-f-accessor-sweepworkflow
Eliminating unsafe pointer derefs by adding safe accessors with adversarial review cycles.
idiomatic-rustskill
Systems code where memory safety must hold at compile-time without runtime GC overhead.
phase-h-dedupworkflow
Workflow phase h dedup with multi-agent verification.
phase-h-idioms-auditworkflow
Cataloging anti-patterns across a codebase in a single pass with enforced coverage.
phase-f-reviewed-refactorworkflow
Staged multi-agent compilation loops with spec-grounded verification.
rust-design-reviewskill
Comprehensive design review of library APIs or critical paths where idiomatic Rust matters
code-reviewersubagent
Catching Rust safety bugs in compiler code reviews without full AST context.
code-reviewersubagent
Catching Rust safety bugs in compiler code reviews without full AST context.
rust-specialistsubagent
reviewing Rust code for memory safety, ownership patterns, and async correctness