Agent skill
linear-hoover-issues
{{ 𝛀𝛀𝛀 }} Find Linear issues addressed by this branch and inject into PR body
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/linear-hoover-issues
SKILL.md
Identify any Linear issues that have been addressed by work on this branch, and inject them into the PR description.
Tools
Use the Linear MCP tools (mcp__plugin_linear_linear__*) for all Linear API interactions.
Analyse the branch
- Run
git log main..HEAD --onelineto get all commits on this branch - Run
git diff main...HEAD --statto understand the scope of changes - Extract any Linear issue IDs explicitly mentioned in commit messages (e.g.
FOU-123)
Search Linear
- Search across all active Linear issues (exclude completed, cancelled, duplicate) using
mcp__plugin_linear_linear__list_issues - For each commit message and changed file, check whether any Linear issue's title or description describes work that this branch has addressed
- Include issues that were:
- Explicitly referenced in commits
- Implicitly resolved by the changes (match issue descriptions against the actual diff)
- For each candidate, briefly justify why you think this branch covers it
Present findings
Show all candidate issues in a table:
- Issue ID + title
- How it was matched (explicit reference / implicit from changes)
- Confidence (high / medium / low)
Wait for approval. The user may remove false positives.
Apply
Once approved, for each confirmed issue:
- Assign to
meusingmcp__plugin_linear_linear__save_issue - Set status to
In Review
Inject into PR
If a PR exists for the current branch, update its body. If not, output the snippet for manual inclusion.
Find the ## Overview section in the PR body and insert the following immediately after the overview content, as a child heading:
<h3>Linear Issues</h3>
Followed by a list of links, one per line:
[<strong>${ISSUE_ID}:</strong> <i>${issue title}</i>](${linear_issue_url})
Example:
### Linear Issues
[<strong>FOU-123:</strong> <i>Add user authentication flow</i>](https://linear.app/foundry/issue/FOU-123)
[<strong>FOU-456:</strong> <i>Fix sidebar overflow on mobile</i>](https://linear.app/foundry/issue/FOU-456)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?