Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

scalpel

يحتوي scalpel على 23 من skills المجمعة من radheradhe01، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
23
Stars
2
محدث
2026-04-28
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

call-graph-soundness
مطوّرو البرمجيات

Call graph soundness framework: 9 pattern families, 10 safety vetoes, soundness-vs-precision tradeoffs. Use before changing merge.rs, analyzer, or prune pipeline.

2026-04-28
cve-reachability
محللو أمن المعلومات

Assess if a CVE in a dep is reachable from project code using 15-signal union (runtime/static/external). Outputs audit trail. Security-grade, conservative.

2026-04-28
runtime-static-hybrid
مطوّرو البرمجيات

Runtime+static consensus: 15-signal weights, modes, saturation curve. Scalpel's novel moat. Use before changing tracer merge, prune decision, or adding signal sources.

2026-04-28
prune-safety-test
محللو ضمان جودة البرمجيات والمختبرون

Use to validate Scalpel's pruning safety on any Python project. Analyzes a real-world Python project with test suite, identifies dead code, stubs it, then runs the full test suite to prove nothing broke. Invoke with: /prune-safety-test <project-url-or-path>

2026-04-17
validate-on-project
محللو ضمان جودة البرمجيات والمختبرون

Use to validate ALL Scalpel capabilities on a real-world Python project — static analysis accuracy, genome building, reachability classification, pruning safety, and context generation. Invoke with: /validate-on-project <project-url-or-path>

2026-04-13
scalpel-graph-engine
مطوّرو البرمجيات

Use when working on scalpel-core, scalpel-proto, Code Genome graph structure, hybrid merge logic, reachability algorithms, confidence classification, or edge resolution

2026-04-12
scalpel-ipc-transport
مطوّرو البرمجيات

Use when working on scalpel-ipc, scalpel-alloc, shared memory ring buffer, Unix domain sockets, string interning protocol, custom GlobalAlloc, or any unsafe memory/IPC code

2026-04-12
scalpel-pruning
مطوّرو البرمجيات

Use when working on scalpel-prune crate, Docker integration, SBOM generation, code removal logic, re-export chain resolution, or any code that modifies user source files

2026-04-12
scalpel-static-analysis
مطوّرو البرمجيات

Use when working on scalpel-analyze crate, tree-sitter parsing, call graph construction, function extraction, import resolution, or debugging false positives in the genome

2026-04-12
scalpel-tracing
مطوّرو البرمجيات

Use when working on scalpel-tracer crate, language probes in probes/ directory, coverage pipelines, event ingestion, resource attribution, or debugging missing trace events

2026-04-12
scalpel-verify
محللو ضمان جودة البرمجيات والمختبرون

Use after ANY change to analysis, merge, classification, or pruning logic. Also use before claiming accuracy improved or false positives fixed. Mandatory exit gate for all domain skills.

2026-04-12
analyze
مطوّرو البرمجيات

Run static analysis on a project directory and show results

2026-03-29
ci
مطوّرو البرمجيات

Run CI pipeline checks (trace + score + optional diff)

2026-03-29
diff
مطوّرو البرمجيات

Compare two genome exports to show what changed

2026-03-29
export
مطوّرو البرمجيات

Export the Code Genome in various formats

2026-03-29
graph-query
مطوّرو البرمجيات

Query the Code Genome graph for analysis and debugging

2026-03-29
rollback
مطوّرو البرمجيات

Undo the last pruning operation

2026-03-29
score
مطوّرو البرمجيات

Compute and display the dependency health score

2026-03-29
serve
مطوّرو البرمجيات

Start the interactive Code Genome visualization UI

2026-03-29
trace
مطوّرو البرمجيات

Run scalpel trace against a test project and inspect the output

2026-03-29
bench
مطوّرو البرمجيات

Run benchmarks and compare against performance budgets

2026-03-26
prune
مطوّرو البرمجيات

Run pruning in audit mode against a test fixture and verify results

2026-03-26
test
محللو ضمان جودة البرمجيات والمختبرون

Run the full test suite with formatted output, or test a specific crate

2026-03-26