Run cargo-fuzz targets with proper nightly toolchain and options
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 ahrav/scratch-scanner-rs에서 61개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
ahrav/scratch-scanner-rs수집된 skill 61개 중 21개를 표시합니다.
Run cargo-fuzz targets with proper nightly toolchain and options
원문 언어: 영어
Audit memory safety and security in unsafe code blocks, buffer handling, and security-sensitive operations
원문 언어: 영어
Review and tune SQLite schemas, queries, indexes, and pragmas. Connects to the actual database to gather concrete evidence (EXPLAIN QUERY PLAN, page counts, table stats) before recommending changes.
원문 언어: 영어
Consolidate verbose test suites by replacing repetitive unit tests with property-based tests, parameterized tests (rstest), or fuzz tests. Less code to maintain, same or better coverage.
원문 언어: 영어
Review test suites for duplicate, redundant, or low-value tests — especially unit tests already subsumed by property-based tests. Remove noise, keep signal.
원문 언어: 영어
Assess and recommend the appropriate testing strategy for Rust code - unit tests, property-based tests, fuzz tests, Kani model checking, or simulation testing
원문 언어: 영어
Deep research before design — 3-5 parallel research agents survey papers, production systems, failure modes, and prior art, then a synthesizer compiles evidence, and an integrator maps findings to a concrete codebase plan with citations
원문 언어: 영어
Parallel specialist code review — 6 focused agents (correctness, design, performance, safety, docs, complexity) diverge independently, then a single ranker merges findings into an importance-ranked report with confidence scores
원문 언어: 영어
Run a parallel diverge-then-converge design tournament — 3-5 independent agents explore a problem, then 2 ranking agents evaluate and stack-rank the results with confidence scores
원문 언어: 영어
Review Rust interfaces for ease of correct use and resistance to misuse, applying "make interfaces easy to use correctly and hard to use incorrectly"
원문 언어: 영어
Review test suites for duplicate, redundant, or low-value tests — especially unit tests already subsumed by property-based tests. Remove noise, keep signal.
원문 언어: 영어
Review and tune SQLite schemas, queries, indexes, and pragmas. Connects to the actual database to gather concrete evidence (EXPLAIN QUERY PLAN, page counts, table stats) before recommending changes.
원문 언어: 영어
Performance regression testing workflow for hot path changes
원문 언어: 영어
Workflow for modifying and benchmarking detection rules
원문 언어: 영어
Use when the user wants to package all source code into a tar.gz archive for upload or checkpoint. Creates a comprehensive archive excluding binaries and build artifacts.
원문 언어: 영어
Use when the user wants a minimal source-only archive for upload or checkpoint. Creates a tar.gz with just src/ and tests/ directories.
원문 언어: 영어
Deep Linux perf profiling — PMU counters, topdown analysis, flamegraphs, and annotated hotspot drill-down on ARM/Graviton
원문 언어: 영어
Analyze Rust code for performance issues, allocation hot spots, and optimization opportunities
원문 언어: 영어
Audit memory safety and security in unsafe code blocks, buffer handling, and security-sensitive operations
원문 언어: 영어
Run cargo-fuzz targets with proper nightly toolchain and options
원문 언어: 영어
Run Criterion benchmarks with baseline comparison for performance optimization work
원문 언어: 영어