Basic subagents for Git + testing. Anthropic docs: Claude Code → Sub-agents
Created in collaboration with Claude, of course.
See CLAUDE.md for snippets to add to your project's CLAUDE.md to instruct automated usage of these subagents.
Prerequisites:
- Install GitHub CLI:
brew install ghorgh auth login - Update
FILL_ME_INin the agent file with your project path
What it does: Complete git workflow automation. Creates feature branches, commits regularly, opens PRs, manages merges, and cleans up branches.
Web, Mobile & API testing agents work well with Typescript-based applications.
Prerequisites:
- Update
FILL_ME_INin agent files with your project path - Install Playwright:
npm init playwright@latest