From onus
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
How this skill is triggered — by the user, by Claude, or both
Slash command
/onus:work-item-handlerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Integrate with issue trackers (GitHub, JIRA, Azure DevOps) for context-aware assistance.
Integrate with issue trackers (GitHub, JIRA, Azure DevOps) for context-aware assistance.
Proactively invoke when user:
Read these files for complete guidance. This skill provides quick reference only.
Before proceeding, check for project-level rules that may override onus defaults:
Scan for project rules
find .claude/rules -name '*.md' 2>/dev/null
If files found, read any that relate to work items, issues, or the specific platform (match by filename, e.g. work-items.md, jira.md, by frontmatter domain: / type: fields, or by extends: onus/work-items.md)
Check for companion context — if a rule file's frontmatter contains a companion: field, also read that file from .claude/context/
State the source
Apply precedence: project rules override plugin defaults
gh issue view <number> --json number,title,body,state,labels
For full fetch with caching:
/onus:fetch 42
~/.claude/onus/work-item-cache.json/onus:fetch <number>npx claudepluginhub flexion/claude-domestique --plugin onusBrowses Arness-labeled issues from GitHub, Jira, or local feature backlog, selects unblocked one via dependency resolution, and routes to implementation pipeline.
Fetches a JIRA issue and distills it into a structured task with acceptance criteria, sprint context, and codebase analysis. Surfaces missing criteria, scope, and risks, and can enrich the JIRA issue with analysis or spawn sub-tickets.
Manages full GitHub issue lifecycle: create with conventional commit titles, sub-issues, cross-repo links, edit/view/list, dump trees to markdown/YAML, push from files, comment/label/close.