AI Summary実装タスクは200行以下のIssueを対象とすることを推奨する。 大きなIssueは事前に で分解してから実行すること。 プロジェクトで以下のラベルを使用することを推奨:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "issue-size-estimation" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/issue-size-estimation && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/issue-size-estimation/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/issue-size-estimation/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/issue-size-estimation/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/issue-size-estimation/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Issue粒度判定とコード行数見積もりの基準、サイズラベル、分割判定ロジックを定義
Issue粒度判定 & コード行数見積もり
> 参照元: 実装ワークフローの粒度判定ロジック ---
概要
実装タスクは200行以下のIssueを対象とすることを推奨する。 大きなIssueは事前に /decompose-issue で分解してから実行すること。 ---
粒度判定基準
| 粒度 | 対応 | |------|-------------| | 200行以下 | 直接実装可能 | | 200行超 | /decompose-issue で分割してから実装 | | 新規設計 | /detailed-design-workflow で設計時に適切な粒度でIssue作成 | ---
粒度ルール
| 項目 | 基準 | |------|------| | コード量 | 200行以下 | | ファイル数 | 1-3ファイル | | 責務 | 単一責務(1つの機能・1つの目的) | | テスト可能性 | 独立してテスト可能 | | 所要時間目安 | 10-15分で実装完了 | ---
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted Today
● ActiveAdoption100+ stars on GitHub
428 ★ · GrowingDocsMissing or thin
UndocumentedMIT License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code