What problem does it solve?
The project hub prevents fragmented, forgetful workflows by centralizing common repository operations—tests, commits, staging, reviews, PR management, optimization, icons, and file organization—into one consistent entry point.
Core Features & Use Cases
- Run project workflows from one hub: Choose a subcommand to generate tests, create conventional commits, stage changes from the current thread, review code, manage pull requests, optimize code, generate icon assets, organize files, analyze patterns, and generate changelogs.
- Consistent argument handling: No-argument mode presents a structured menu of operations with descriptions, while subcommands delegate to the appropriate command or skill.
- Concrete use cases: Generate an 8-type test suite for an agent, run a targeted security-focused review, create and merge a PR, and then commit follow-up fixes—without hunting for the right tool each time.
Quick Start
Use the project hub to generate tests for an agent by running: /project tests agent-name