From agent-reverse
Check for AgentReverse skill updates and Claude Code changelog changes on session start. Runs automatically via SessionStart hook — compares installed versions against remote, applies safe migrations, and flags breaking changes. Use when user says /agent-reverse-update to manually trigger an update check.
npx claudepluginhub shihwesley/shihwesley-plugins --plugin agent-reverseThis skill uses the workspace's default tool permissions.
Checks for skill updates automatically on session start.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Checks for skill updates automatically on session start.
On session start, this skill checks your agent-reverse.json manifest against the remote repos to see if any pinned commits have newer versions available.
To manually check and update:
manifest_check_updates MCP tool to see which skills have updatesoutdated array with id, pinnedCommit, and latestCommitmanifest_sync MCP tool to reinstall all skills from latest commits# Check updates
Use manifest_check_updates tool
# Sync to latest
Use manifest_sync tool
If you don't want session-start notifications, remove this skill from .claude/commands/.