/review
Review recent changes and suggest next actions. Run these steps:
$ npx -y skills add evolution-foundation/evo-nexus --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/review
Context preview
What this command does when you run it.
Review recent changes and suggest next actions. Run these steps:
Command definition
review.mdReview recent changes and suggest next actions. Run these steps:
1. Run `git diff --stat HEAD~5` to see recent file changes 2. Run `git log --oneline -10` to understand recent work 3. Check agent memory for recent activity: `ls -lt .claude/agent-memory/ 2>/dev/null | head -10` 4. Check for any pending items in today's logs
Present:
- What was done recently (based on commits and logs)
- What changed (modified files)
- Concrete suggestion of what to do next (1-3 prioritized items)
- Blockers or items needing attention
Other commands on evo-nexus.
- /apex-architect
Use the @apex-architect agent to help the user with the following architectural or debugging matter: $ARGUMENTS
Open command - /aria-hr
Use the @aria-hr agent to help the user with the following people/HR matter: $ARGUMENTS
Open command - /atlas-project
Use the @atlas-project agent to help the user with the following project matter: $ARGUMENTS
Open command - /bolt-executor
Use the @bolt-executor agent to implement the following: $ARGUMENTS
Open command - /canvas-designer
Use the @canvas-designer agent for UI/UX design and implementation: $ARGUMENTS
Open command - /clawdia-assistant
Use the @clawdia-assistant agent to help the user: $ARGUMENTS
Open command

