Phase 1b: Rename all ~94 commands across 12 plugins to /<noun> <action> sub-command pattern. Git-flow consolidated from 8→5 commands (commit variants absorbed into --push/--merge/--sync flags). Dispatch files, name: frontmatter, and cross-reference updates for all plugins. Phase 2: Design documents for 8 new plugins in docs/designs/. Phase 3: Scaffold 8 new plugins — saas-api-platform, saas-db-migrate, saas-react-platform, saas-test-pilot, data-seed, ops-release-manager, ops-deploy-pipeline, debug-mcp. Each with plugin.json, commands, agents, skills, README, and claude-md-integration. Marketplace grows from 12→20. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
47 lines
932 B
Markdown
47 lines
932 B
Markdown
---
|
|
name: pr init
|
|
description: Quick project setup - configures only project-level settings
|
|
---
|
|
|
|
# /pr init - 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
|