{
  "markdown": "# git-weekly-changelog\n\nA [Claude Code](https://claude.ai/code) plugin that turns a week of git commits into a readable, themed Markdown changelog — in seconds.\n\nInstead of scrolling through `git log`, this skill groups commits by feature area and produces a clean summary suitable for team updates, release notes, or sprint reviews.\n\n## Installation\n\n```\n/plugin install https://github.com/seunggyuyoon-rgb/git-weekly-changelog\n```\n\n## Usage\n\n```\n/git-weekly-changelog:git-weekly-changelog\n```\n\nWith a custom range:\n\n```\n/git-weekly-changelog:git-weekly-changelog last 2 weeks\n/git-weekly-changelog:git-weekly-changelog since Monday\n```\n\n## Example output\n\n```markdown\n# Git Weekly Changelog\n\n**Analysis basis**\n- Generated: 2026-05-06 09:00:00 UTC+9\n- Range: 2026-04-29 → 2026-05-06\n- Branch: main\n- Method: read-only git inspection\n\n---\n\n## 🚀 New Features\n- Added OAuth2 token refresh support (#42)\n- Introduced dark mode toggle in settings panel (#44)\n\n## 🐛 Bug Fixes\n- Fixed race condition in job queue flush (#45)\n- Resolved memory leak in WebSocket handler (#47)\n\n## 📚 Documentation\n- Updated API reference for v2 endpoints\n- Added contributing guide\n\n---\n\n**Summary**\n\nThis week's focus was auth reliability, UX polish, and API docs cleanup.\n```\n\n## Notes\n\n- Uses read-only `git log` / `git diff` only — no side effects, safe on any machine\n- Responds in the user's language (Korean output if asked in Korean)\n- No external dependencies or scripts required\n- Works on any git repository\n\n## Plugin structure\n\n```\ngit-weekly-changelog/\n├── .claude-plugin/\n│   └── plugin.json\n├── skills/\n│   └── git-weekly-changelog/\n│       └── SKILL.md\n└── README.md\n```\n",
  "bytes": 1667,
  "sha": "29daf70becd2af3ded601f0da8f9d25e0b6b632f7f05bae3291ff9283615ee3a",
  "repo_slug": "seunggyuyoon-rgb/git-weekly-changelog",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_seunggyuyoon_rgb_git_weekly_changelog_gi_5180412c/readme"
}