スキル一覧に戻る
flexion

work-item-handler

by flexion

Claude Code plugin for strategic session workflow management - like a cycling domestique for your development process

0🍴 0📅 2026年1月18日
GitHubで見るManusで実行

SKILL.md


name: work-item-handler description: | Fetch and manage work items from issue trackers. Use this skill when:

  • User references an issue number (#42, PROJ-123)
  • User asks about requirements or acceptance criteria
  • User needs to understand current task scope

Work Item Handler

Integrate with issue trackers (GitHub, JIRA, Azure DevOps) for context-aware assistance.

When to Use This Skill

Proactively invoke when user:

  • Mentions an issue number
  • Asks about requirements or "what needs to be done"
  • Needs to fetch/refresh issue details
  • Is unclear about task scope

Context Files (Auto-Injected)

  • rules/git.md: Commit and PR format rules (SINGLE SOURCE OF TRUTH)
  • context/git.md: Detailed commit/PR examples
  • rules/work-items.md: Work item lifecycle
  • context/work-items.md: Multi-platform patterns and examples

Read these files for complete guidance. This skill provides quick reference only.

Quick Reference

Fetch Issue (GitHub)

gh issue view <number> --json number,title,body,state,labels

Use /onus:fetch Command

For full fetch with caching:

/onus:fetch 42

Caching

  • Location: ~/.claude/onus/work-item-cache.json
  • Expires: 1 hour
  • Refresh: /onus:fetch <number>

Key Rules

  1. Don't define commit/PR formats here — that's rules/git.md's job
  2. Don't guess issue numbers — verify with user or parse from branch
  3. Track acceptance criteria — warn before PR if unaddressed

What This Skill Does NOT Do

  • Define commit message format (see rules/git.md, context/git.md)
  • Define PR format (see rules/git.md, context/git.md)
  • Define work item lifecycle (see rules/work-items.md)
  • Provide detailed fetch examples (see context/work-items.md, commands/fetch.md)

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です