apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
Amend last commit safely. Use for amend, fix last commit, update commit, modify commit.
> /plugin marketplace add fusengine/agentsHow it fires
How this command gets triggered: by you, by Claude, or both.
/amendContext preview
What this command does when you run it.
Amend last commit safely. Use for amend, fix last commit, update commit, modify commit.
description: Amend last commit safely. Use for amend, fix last commit, update commit, modify commit. argument-hint: "[new-message] | (empty to keep same message)" allowed-tools: Bash(git status:*), Bash(git log:*), Bash(git add:*), Bash(git commit:*) disable-model-invocation: false
!`git status`
!`git log -1 --pretty=format:'%h %s%n%b'`
!`git log origin/HEAD..HEAD --oneline 2>/dev/null || echo "No remote tracking"`
Safely amend the last commit.
IF the last commit is already pushed to remote:
IF the last commit is NOT pushed: 1. Stage new changes: `git add -A` 2. Ask: "Keep same message or provide new one?" 3. **NO AI SIGNATURE**: Never add Co-authored-by, Generated by, or any AI mention 4. Execute:
5. Show result with `git log -1`
NEVER use `--force` push after amend on shared branches (main, master, develop).
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.