Agent skill
create-task-summary
直近一週間で自身が作成したPRを取得し、やったことのサマリーを作成する。週次報告や作業振り返り時に使用。
Install this agent skill to your Project
npx add-skill https://github.com/getty104/claude-code-marketplace/tree/main/base-tools/skills/create-task-summary
SKILL.md
Create Task Summary
直近一週間で自身が作成したPRを取得し、やったことのサマリーを作成するスキル。
実行手順
1. 現在のGitHubユーザー名を取得
gh api user --jq '.login'
2. 直近一週間のPRを取得
gh pr list --author "@me" --state all --search "created:>=$(date -v-7d +%Y-%m-%d)" --json number,title,url,body,mergedAt,state --limit 100
3. 出力フォーマット
取得したPRの内容をもとに、以下の形式で出力する:
## 直近一週間の作業サマリー
### [カテゴリ/機能名]
- やったことの概要を簡潔に記載
- 関連PR:
- [PR Title](PR URL)
- [PR Title](PR URL)
### [カテゴリ/機能名]
- やったことの概要を簡潔に記載
- 関連PR:
- [PR Title](PR URL)
注意事項
- PRのタイトルとbodyから作業内容を判断し、関連するPRをグルーピングする
- 同じ機能や目的に関連するPRはまとめて記載する
- マージ済み・オープン・クローズドすべてのPRを対象とする
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
bump-version
base-toolsプラグインのバージョン(patchバージョン)をインクリメントし、commit-pushでコミット・プッシュする。「バージョンを上げて」「バージョンアップ」「bump version」などのリクエストで使用する。
create-agent
Create a new sub-agent definition file (agents/*.md) for the Claude Code plugin. Use this skill when the user wants to add a new specialized agent, define a new agent type, or create an agent that handles a specific domain of tasks. Trigger whenever the user mentions creating, adding, or defining a new agent or sub-agent.
resolve-pr-comments
GitHub PRの未解決Review threadsを一括Resolveします。
update-issue
Update an existing GitHub Issue's description based on the issue number and request provided as arguments
fix-review-point
Address unresolved review comments on specified branch
triage-prs
Triage open GitHub PRs assigned to the user. Fetch PRs where CI has completed and cc-in-progress label is not present, run create-review-fix-plan for each, then either add cc-fix-onetime label (if fixes are needed) or merge the PR (if it's ready to merge as-is).
Didn't find tool you were looking for?