Features
Specialized AI Agents (4)
- implementation-analyzer - Implementation status analysis
- bug-investigator - Bug investigation and debugging
- log-analyzer - CI/CD log analysis
- refactoring-expert - Code quality improvement
Custom Commands (7)
- gemini-search - Web search via Gemini CLI
- gemini - Direct Gemini CLI interaction
- github-check - PR/Issue details viewer
- github-logs-analyze - GitHub Actions log analyzer
- generate-commit - Commit message generator (Conventional Commits v1.0.0 compliant)
- update-pr-description - PR description updater
- create-pr - Comprehensive PR creator with template support
Integrations
- Slack notification hooks
- Gemini CLI integration
- GitHub automation
- Conventional Commits v1.0.0 support
Installation
# Add marketplace
claude plugin marketplace add nanasess/eccube-dev-agents
# Install plugin
claude plugin install eccube-dev-agentsRestart Claude Code to activate the plugin.
Prerequisites
- Gemini CLI (
geminicommand in PATH) - GitHub CLI (
ghcommand) - jq (JSON processor)
- curl (for Slack webhooks)
Configuration
Set Slack webhook URL for notifications:
export ECCUBE_DEV_AGENTS_SLACK_WEBHOOK_URL="https://hooks.slack.com/services/YOUR/WEBHOOK/URL"Documentation
License
MIT