metrics
Installation
SKILL.md
Metrics Dashboard Assistant | 開發指標助手
Track development metrics, code quality indicators, and project health over time.
追蹤開發指標、程式碼品質指示器,以及專案隨時間的健康狀態。
Usage | 使用方式
| Command | Purpose | 用途 |
|---|---|---|
/metrics |
Run full project health check | 執行完整專案健康檢查 |
/metrics --quality |
Code quality metrics only | 僅程式碼品質指標 |
/metrics --debt |
Classified technical debt report | 分類技術債報告 |
/metrics --debt-trend |
Debt trend over time | 技術債趨勢 |
/metrics --test |
Test health metrics | 測試健康指標 |
/metrics src/ |
Scope to specific module | 限定特定模組範圍 |
Metric Categories | 指標類別
Related skills
More from asiaostrich/universal-dev-standards
bdd
[UDS] Guide through Behavior-Driven Development workflow
24atdd
[UDS] Guide through Acceptance Test-Driven Development workflow
23methodology
[UDS] Manage development methodology workflow
21reverse
[UDS] System archeology — reverse engineer code across Logic, Data, and Runtime dimensions
20docgen
[UDS] Generate usage documentation from project sources
20sdd
[UDS] Create or review specification documents for Spec-Driven Development
19