Agent Skillsludo-technologies/pyscn › cli-analysis

cli-analysis

GitHub

用于Python代码质量分析,支持生成报告、CI门禁检查及项目配置。通过pyscn CLI工具执行复杂度、死代码等分析,适用于需要自动化代码审查或集成到CI/CD流程的场景。

.claude-plugin/pyscn-mcp/skills/cli-analysis/SKILL.md ludo-technologies/pyscn

Trigger Scenarios

需要生成Python代码质量分析报告 在CI流水线中设置代码质量门禁 初始化或配置pyscn项目设置

Install

npx skills add ludo-technologies/pyscn --skill cli-analysis -g -y
More Options

Non-standard path

npx skills add https://github.com/ludo-technologies/pyscn/tree/main/.claude-plugin/pyscn-mcp/skills/cli-analysis -g -y

Use without installing

npx skills use ludo-technologies/pyscn@cli-analysis

指定 Agent (Claude Code)

npx skills add ludo-technologies/pyscn --skill cli-analysis -a claude-code -g -y

安装 repo 全部 skill

npx skills add ludo-technologies/pyscn --all -g -y

预览 repo 内 skill

npx skills add ludo-technologies/pyscn --list

SKILL.md

Frontmatter
{
    "name": "cli-analysis",
    "description": "Run the pyscn command-line tool for Python code quality analysis - CI\/CD quality gates, HTML\/JSON\/CSV reports, full analysis runs, and project configuration. Use when user wants a CI check, a shareable report file, or to configure pyscn for a project."
}

Python Code Quality Analysis with the pyscn CLI

Use the pyscn command-line tool when the task needs report files, CI integration, or project configuration.

No install needed: uvx pyscn@latest <command> (or pip install pyscn for a permanent install).

Commands

Command Purpose
pyscn analyze <path> Comprehensive analysis: complexity, dead code, clones, coupling (CBO), cohesion (LCOM), dependencies, architecture
pyscn check <path> Fast pass/fail quality gate for CI with predefined thresholds
pyscn init Generate a .pyscn.toml config file

analyze — full analysis and reports

pyscn analyze .                          # human-readable summary + health score
pyscn analyze --json src/                # also write a JSON report file
pyscn analyze --html src/                # interactive HTML report
pyscn analyze --select complexity,deadcode src/   # only specific analyses
pyscn analyze --skip-clones src/         # clones are the slowest analysis
pyscn analyze --min-complexity 10 --min-severity critical src/

Key flags:

  • --json / --html / --csv / --yaml: generate a report file
  • --select: complexity,deadcode,clones,cbo,lcom,deps,communities
  • --skip-clones, --skip-cbo, --skip-deps, ...: skip individual analyses
  • --clone-threshold (default 0.65), --min-complexity (default 5), --min-cbo
  • --no-open: don't auto-open HTML reports in a browser (use in scripts)

Report files are NOT written to stdout. They go to .pyscn/reports/ under the current working directory with timestamped names like analyze_20260702_221139.json, and the path is printed on completion. To consume results programmatically: run with --json, capture the printed path (or take the newest file in .pyscn/reports/), then read that file.

check — CI quality gate

pyscn check .                                        # complexity + deadcode + clones
pyscn check --select complexity --max-complexity 10 src/
pyscn check --select deps src/                       # fail on circular dependencies
pyscn check --allow-dead-code --skip-clones src/
pyscn check -q .                                     # quiet: output only on issues

Exit codes: 0 no issues, 1 quality issues found, 2 analysis failed (invalid input, missing files). Default gates: complexity > 10 fails, critical dead code fails, clones warn only, dependency cycles fail.

--select accepts: complexity, deadcode, clones, deps, mockdata, di (dependency-injection anti-patterns).

Configuration

Settings load in priority order: command-line flags > .pyscn.toml > [tool.pyscn] in pyproject.toml > defaults. Run pyscn init to scaffold .pyscn.toml when a project wants persistent thresholds.

Reporting Results

Summarize the health score and grade, list the specific functions/files behind each failing category, and suggest fixes. For CI setup, recommend pyscn check in the pipeline and pyscn analyze --html for periodic deep reviews.

Version History

  • 88b9237 Current 2026-08-20 15:37

Same Skill Collection

.claude-plugin/pyscn-mcp/skills/architecture-review/SKILL.md
.claude-plugin/pyscn-mcp/skills/health-check/SKILL.md
.claude-plugin/pyscn-mcp/skills/refactoring/SKILL.md

Metadata

Files
0
Version
88b9237
Hash
7aa649af
Indexed
2026-08-20 15:37

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-25 08:48
浙ICP备14020137号-1 $방문자$