apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
> /plugin marketplace add fusengine/agentsHow it fires
How this command gets triggered: by you, by Claude, or both.
/create-pull-requestContext preview
What this command does when you run it.
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
description: Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation. disable-model-invocation: false
Generate and create a comprehensive Pull Request:
1. **Analyze Branch Changes**:
git log main..HEAD --oneline git diff main...HEAD --stat
2. **Extract Commit Information**:
3. **Generate PR Description**:
## Summary [Concise overview of changes] ## Changes - ✨ Feature: [Description] - 🐛 Fix: [Description] - 📚 Docs: [Description] ## Test Plan - [ ] Unit tests pass (`bun test`) - [ ] Linters pass (`bun run lint`) - [ ] Manual testing completed - [ ] [Specific test scenario] ## Breaking Changes [None / List any breaking changes] ## Screenshots [If applicable]
4. **Create PR**:
gh pr create --title "[TITLE]" --body "$(cat <<'EOF' [GENERATED DESCRIPTION] EOF )"
5. **Output PR URL**
**Arguments**:
**Example Usage**:
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through…
Memory optimization - removes duplicates, consolidates knowledge, and cleans memory banks for better performance.
Comprehensive codebase investigation using research-expert for documentation, explore-codebase for structure, and deep analysis. Perfect for understanding…
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.
Analyze and explain software architecture with ASCII diagrams and pattern detection. Creates visual representations of system design.