Run cargo-fuzz targets with proper nightly toolchain and options
Idioma do texto original: inglês
Menu
Skills neste repositório
O SkillsMP coletou 61 skills de ahrav/scratch-scanner-rs. Abra uma skill para revisar a origem e os detalhes.
ahrav/scratch-scanner-rsMostrando 21 de 61 skills coletadas.
Run cargo-fuzz targets with proper nightly toolchain and options
Idioma do texto original: inglês
Audit memory safety and security in unsafe code blocks, buffer handling, and security-sensitive operations
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Review test suites for duplicate, redundant, or low-value tests — especially unit tests already subsumed by property-based tests. Remove noise, keep signal.
Idioma do texto original: inglês
Assess and recommend the appropriate testing strategy for Rust code - unit tests, property-based tests, fuzz tests, Kani model checking, or simulation testing
Idioma do texto original: inglês
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
Idioma do texto original: inglês
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
Idioma do texto original: inglês
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
Idioma do texto original: inglês
Review Rust interfaces for ease of correct use and resistance to misuse, applying "make interfaces easy to use correctly and hard to use incorrectly"
Idioma do texto original: inglês
Review test suites for duplicate, redundant, or low-value tests — especially unit tests already subsumed by property-based tests. Remove noise, keep signal.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Performance regression testing workflow for hot path changes
Idioma do texto original: inglês
Workflow for modifying and benchmarking detection rules
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Use when the user wants a minimal source-only archive for upload or checkpoint. Creates a tar.gz with just src/ and tests/ directories.
Idioma do texto original: inglês
Deep Linux perf profiling — PMU counters, topdown analysis, flamegraphs, and annotated hotspot drill-down on ARM/Graviton
Idioma do texto original: inglês
Analyze Rust code for performance issues, allocation hot spots, and optimization opportunities
Idioma do texto original: inglês
Audit memory safety and security in unsafe code blocks, buffer handling, and security-sensitive operations
Idioma do texto original: inglês
Run cargo-fuzz targets with proper nightly toolchain and options
Idioma do texto original: inglês
Run Criterion benchmarks with baseline comparison for performance optimization work
Idioma do texto original: inglês