Updated: - projman: 4 commands + 4 skills + integration snippet - git-flow: 4 commands + 3 skills + integration snippet - pr-review: 1 command cross-reference - cmdb-assistant: 1 command + 1 skill - data-platform: 8 commands + integration snippet - viz-platform: 11 commands + integration snippet - contract-validator: 1 command + 1 skill + 1 agent Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
46 lines
907 B
Markdown
46 lines
907 B
Markdown
---
|
|
description: Quick project setup - configures only project-level settings
|
|
---
|
|
|
|
# Project Initialization (PR Review)
|
|
|
|
## Visual Output
|
|
|
|
Display header: `PR-REVIEW - Project Setup`
|
|
|
|
## Skills to Load
|
|
|
|
- skills/setup-workflow.md
|
|
- skills/output-formats.md
|
|
|
|
## Purpose
|
|
|
|
Fast setup when system-level config already exists.
|
|
|
|
**Use when:** Already ran `/pr-setup`, starting new project
|
|
|
|
## Workflow
|
|
|
|
### Pre-Flight Check
|
|
|
|
Verify `~/.config/claude/gitea.env` exists. If missing: redirect to `/pr-setup`
|
|
|
|
### Project Setup
|
|
|
|
Execute `skills/setup-workflow.md`:
|
|
1. Verify git repo
|
|
2. Check existing .env
|
|
3. Auto-detect org/repo from git remote
|
|
4. Validate via Gitea API
|
|
5. Create/update .env
|
|
|
|
### Complete
|
|
|
|
Display project configured format from `skills/output-formats.md`
|
|
|
|
## Ready Commands
|
|
|
|
- `/pr-review <number>` - Full review
|
|
- `/pr-summary <number>` - Quick summary
|
|
- `/pr-findings <number>` - List findings
|