commandby skycruzer

Project Review Command

Execute comprehensive project review using the BMad project-review task.

Installs: 0
Used in: 1 repos
Updated: 2d ago
$npx ai-builder add command skycruzer/project-review

Installs to .claude/commands/project-review.md

# Project Review Command

Execute comprehensive project review using the BMad project-review task.

## What This Does

Runs a complete project assessment across:

- โœ… Feature completeness
- ๐Ÿ—๏ธ Code quality
- ๐Ÿงช Testing coverage
- ๐Ÿ“š Documentation
- ๐Ÿš€ Production readiness
- โšก Performance
- ๐Ÿ”’ Security

## Usage

```bash
/BMad:project-review
```

## Workflow

The review will:

1. Load project context (CLAUDE.md, README, package.json)
2. Analyze feature completeness
3. Assess code quality
4. Review testing coverage
5. Check documentation
6. Evaluate production readiness
7. Analyze performance
8. Review security posture
9. Generate comprehensive report
10. Save to `docs/PROJECT-REVIEW-[DATE].md`

## Output

**Review Report includes:**

- Executive summary
- Scores for each dimension (X/10)
- Overall score (X/70)
- Detailed findings
- Prioritized recommendations
- Next steps

## Options

**Standard Mode:** Detailed analysis with user interaction
**YOLO Mode:** Rapid analysis, minimal interaction

To use YOLO mode:

```bash
/BMad:agents:analyst
*yolo
/BMad:project-review
```

## When to Use

- โœ… Before production deployment
- โœ… After completing major features
- โœ… Monthly/quarterly project health checks
- โœ… Before client demos or releases
- โœ… When preparing for code review
- โœ… To assess technical debt

## Tips

- Run after implementing significant features
- Use findings to prioritize technical debt
- Share report with stakeholders
- Track scores over time to measure improvement
- Use recommendations as sprint planning input

Quick Install

$npx ai-builder add command skycruzer/project-review

Details

Type
command
Author
skycruzer
Slug
skycruzer/project-review
Created
6d ago