with one click
assess
// Multi-phase project assessment with scoring. Triggered by "/assess" to evaluate project health across dimensions and generate a comprehensive report.
// Multi-phase project assessment with scoring. Triggered by "/assess" to evaluate project health across dimensions and generate a comprehensive report.
Comprehensive rule-based check. Triggered by "/check [target]" to evaluate all source files against project rules and report every violation.
Set and track project goals. Triggered by "/goal" to define objectives, track milestones, or review progress.
Schedule recurring tasks with notifications. Triggered by "/loop <interval> <prompt>" to set up periodic monitoring.
Review code for efficiency and performance. Triggered by "/optimize" when user wants to identify bottlenecks or improve performance.
Review pull requests or code changes. Triggered by "/review [pr_link]" or when user asks to review pending changes.
Quick greedy scan for critical violations. Triggered by "/scan [target]" to find the top 1-5 most severe issues and stop early.
| name | assess |
| description | Multi-phase project assessment with scoring. Triggered by "/assess" to evaluate project health across dimensions and generate a comprehensive report. |
| tools | Bash, Glob, Read |
Use when:
/assessDo NOT use when:
/scan)/check)Generate target.tsv mapping each file to applicable rules.
root target rule-to-check
./ src/auth.sh P06-var-010 P06-var-020
Generate result/<rule-id>.tsv for each rule.
target score hint
src/auth.sh 90 variable naming issue
Scoring: 0-100 (100 = full compliance)
Aggregate into comprehensive report.
## Assessment Summary
### Overall Score: [N]/100
### Rules Breakdown
| Rule | Score | Issues |
|------|-------|--------|
| ... | ... | ... |
### Top Violations
1. [file:line — issue]
### Recommendations
- [Action items]
If no ruleset available, use general heuristics: