apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
Systematically resolve Pull Request review comments using gh CLI to fetch comments and apply requested changes.
> /plugin marketplace add fusengine/agentsHow it fires
How this command gets triggered: by you, by Claude, or both.
/fix-pr-commentsContext preview
What this command does when you run it.
Systematically resolve Pull Request review comments using gh CLI to fetch comments and apply requested changes.
description: Systematically resolve Pull Request review comments using gh CLI to fetch comments and apply requested changes. disable-model-invocation: false
Systematically address all PR review comments:
1. **Fetch PR Comments**:
gh pr view [PR_NUMBER] --comments
gh api repos/{owner}/{repo}/pulls/[PR_NUMBER]/comments2. **Categorize Comments**:
3. **Address Each Comment**: For each comment:
4. **Run Quality Checks**: > Use sniper to ensure all changes maintain code quality
bun run lint bun test
5. **Commit Fixes**:
git commit -m "$(cat <<'EOF' fix: Address PR review comments - [Comment 1 fix] - [Comment 2 fix] - [Comment 3 fix] EOF )"
6. **Push and Notify**:
git push gh pr comment [PR_NUMBER] --body "✅ All review comments addressed"
**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.
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
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.