بنقرة واحدة
goal
// Set and track project goals. Triggered by "/goal" to define objectives, track milestones, or review progress.
// Set and track project goals. Triggered by "/goal" to define objectives, track milestones, or review progress.
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.
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 | goal |
| description | Set and track project goals. Triggered by "/goal" to define objectives, track milestones, or review progress. |
| tools | Bash, Read |
Use when:
/goalAccepts:
/goal update #1 - completedOperations:
| Command | Action |
|---|---|
/goal | List active goals |
/goal #1 | Show details |
/goal update #1 | Update status |
/goal done #1 | Mark completed |
## Active Goals
### #1: [Title]
- **Status**: [In Progress / Blocked / Completed]
- **Deadline**: [YYYY-MM-DD] ([N] days left)
- **Progress**: [N]%
- **Milestones**:
- [x] ...
- [ ] ...
.goals.md) if possible