Skip to content

v1.0.0 - Initial Stable Release

Latest

Choose a tag to compare

@nanasess nanasess released this 28 Oct 07:07
· 28 commits to main since this release
09c741b

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-agents

Restart Claude Code to activate the plugin.

Prerequisites

  • Gemini CLI (gemini command in PATH)
  • GitHub CLI (gh command)
  • 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