원클릭으로
launch
launch에는 beyondoss에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Audit Rust codebase for production safety issues. Checks unsafe blocks, panic surfaces, resource leaks, concurrency footguns, lint suppression, error swallowing, and dependency risks. Use when reviewing code for production readiness, auditing unsafe usage, or evaluating a crate's safety posture.
Performance audit of a Rust codebase area. Identifies the current constraint (Theory of Constraints), evaluates algorithmic efficiency, allocation patterns, data structure choices, and proper use of performance-oriented crates (aho-corasick, memchr, phf). Findings scored with ICE model. Use when asked to audit performance, find bottlenecks, or review for perf concerns.
Deep technical audit of a codebase area. Auto-detects language persona (rustacean/gopher/product engineer), evaluates architecture, operations, performance, security, and idioms. Findings scored with ICE model. Use when asked to audit, review quality of, or evaluate a package or directory.