From tailored-reviewer
This skill should be used when the user asks to "check project health", "run health score", "health check", "プロジェクトの健康状態", "ヘルススコア", "健全性チェック", or on a schedule via cowork. Operates independently from review skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tailored-reviewer:health-scoreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Track project health metrics over time. Independent from review execution.
Track project health metrics over time. Independent from review execution.
Prerequisites:
Run the health metrics script:
${CLAUDE_PLUGIN_ROOT}/scripts/health-metrics.sh <workspace-path>
This collects:
Check config.md for available tools. For each that exists, collect:
Sentry (if configured):
Datadog (if configured):
SonarQube (if configured):
Bug Tracker (JIRA/GitHub Issues, as configured):
Skip any tool that isn't configured or accessible. Health score works with whatever is available.
If previous review reports exist:
After collecting all available metrics, analyze:
Write to health/scores/YYYY-MM-DD.md:
# Health Score: [date]
## Summary
- Overall trend: improving / stable / degrading
- Areas of concern: [count]
## Metrics
### Code Churn
[Top churning files/dirs with change counts]
[Trend vs last score: ↑/↓/→]
### Bug Activity
[New bugs, resolution rate, density]
[Trend vs last score]
### Fix Ratio
[Fix commits as % of total]
[Trend vs last score]
### Test Coverage Indicator
[Test-to-source ratio]
[Trend vs last score]
### External Tools
[Sentry/Datadog/SonarQube metrics, if available]
### Accumulated Review Findings
[Areas with growing Suggestion counts]
## Areas of Concern
[Specific areas where multiple metrics are degrading]
## Recommendations
[Actionable suggestions: "Consider reviewing src/payments/ — churn rate is 3x average
and bug density is increasing"]
Report to user with key findings summary.
npx claudepluginhub suzuki0keiichi/claude-plugins-suzuki0keiichi --plugin tailored-reviewerTracks development metrics including code quality, test health, commit quality, technical debt, and dependency health over time. Reports use SQALE-based debt classification and trend tracking.
Scores a project across PR quality, architecture, tech debt, and test quality in a single pass, drawing on twelve classic engineering books. Useful for big-picture codebase health assessments before releases or when onboarding a team.
Analyzes codebase complexity, dependencies, dead code, tech debt, and git hotspots. Produces a health score and rescue plan for legacy projects or external repo evaluation.