scan
Scan a project with sentrux to get structural health grades (A-F) across 14 dimensions including coupling, cycles, cohesion, dead code, and test coverage. Use when the user wants to check code quality, architecture health, or before/after an agent session.
ソース情報
- リポジトリ
- sentrux/sentrux
- ソースの最終更新活動
- 2026年3月13日 08:14
- 検出された SKILL.md の言語
- 英語
- スター
- 3,281
- フォーク
- 299
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- scan
- description
- Scan a project with sentrux to get structural health grades (A-F) across 14 dimensions including coupling, cycles, cohesion, dead code, and test coverage. Use when the user wants to check code quality, architecture health, or before/after an agent session.
# Sentrux Scan
Use the sentrux MCP tools to analyze the current project:
1. Call `scan` with the current working directory to get an overview
2. If the user wants details, call `health` for code health breakdown or `architecture` for structural analysis
3. For agent session governance, use `session_start` before coding and `session_end` after to detect degradation
Available MCP tools: `scan` · `health` · `architecture` · `coupling` · `cycles` · `hottest` · `evolution` · `dsm` · `test_gaps` · `check_rules` · `session_start` · `session_end` · `rescan` · `blast_radius` · `level`
$ARGUMENTS
GitHubで見る