Skip to main content
GitHub 仓库

code-scalpel

code-scalpel 收录了来自 3D-Tech-Solutions 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
15
更新
2026-03-29
Forks
1
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

cs-analyze
软件开发工程师

Analyze code structure: parse functions, classes, imports, and complexity metrics. Use to understand a file or project without reading the source code directly.

2026-03-29
cs-extract
软件开发工程师

Extract a specific function, class, or method from a file using Code Scalpel. Use when you need to show a symbol without reading the entire file—saves 95% of context.

2026-03-29
cs-map
软件开发工程师

Map project architecture: discover modules, build call graphs, visualize structure, trace critical paths. Complete architecture overview with dependency flows.

2026-03-29
cs-policy
信息安全分析师

Verify code compliance with policies and standards: HIPAA, SOC2, PCI-DSS, custom style guides. Validate policy file integrity with cryptographic verification.

2026-03-29
cs-refactor
软件开发工程师

Safe refactoring workflow: find all usages, trace dependencies, simulate changes, generate baseline tests, then apply with backup. Behavior-preserving refactor.

2026-03-29
cs-security
信息安全分析师

Full security audit: detect local vulnerabilities, cross-file taint flows, CVEs in dependencies, and polyglot sink patterns. Complete security scan pipeline.

2026-03-29
cs-setup
软件开发工程师

Install and verify the Code Scalpel MCP server. Checks if codescalpel is already installed in Claude Code, runs `claude mcp add` if needed, and confirms connection by fetching capabilities.

2026-03-29
cs-tests
软件质量保证分析师与测试员

Generate unit tests from code paths. Uses symbolic execution to explore branches, identify edge cases, and auto-generate pytest/unittest test cases.

2026-03-29