From hive-teams
Find related Hive actions and git history for a Hive ticket. Use when the user asks for related work, prior art, similar tickets, related commits, or implementation context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hive-teams:hive-related-workThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to gather prior art for a Hive action from Hive and local git history.
Use this skill to gather prior art for a Hive action from Hive and local git history.
Accept a Hive action URL or raw action ID. For URLs, extract actionId from the query string first, then fall back to any recognizable path segment.
Resolve the source action.
getActions using specificIds.Build high-value search terms.
bug, fix, update, data, error, api, and ui.Search Hive for related actions.
getActions text searches.Search local git history when in a repo.
git diff and git diff --cached for local related changes.git log --all --oneline --grep="<keyword>".git log -S"<token>" --all --oneline.git show <hash> --stat, and patches only when needed.Link commits back to Hive actions when supported.
githubBranchNames on source and related actions.## Related Work For [Action title]
### Source Action
- [Action title] - [status]
- Key terms: [keyword 1], [keyword 2], [keyword 3]
### Related Hive Actions
- [Action title] - [status] - [why it is related]
### Related Git Commits
- `[hash]` [commit subject] - [why it matters]
### Commit To Action Links
- `[hash]` -> `[branch-name]` -> [Hive action title]
Prefer a small set of strong matches over a long weak list.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub hiveteams/claude-plugin-hive