skills/linear-hoover-issues/SKILL.md
{{ 𝛀𝛀𝛀 }} Find Linear issues addressed by this branch and inject into PR body
npx skillsauth add jasonwarrenuk/goblin-mode linear-hoover-issuesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Identify any Linear issues that have been addressed by work on this branch, and inject them into the PR description.
Use the Linear MCP tools (mcp__plugin_linear_linear__*) for all Linear API interactions.
git log main..HEAD --oneline to get all commits on this branchgit diff main...HEAD --stat to understand the scope of changesFOU-123)mcp__plugin_linear_linear__list_issuesShow all candidate issues in a table:
Wait for approval. The user may remove false positives.
Once approved, for each confirmed issue:
me using mcp__plugin_linear_linear__save_issueIn ReviewIf 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)
documentation
{{ 𝛀𝛀𝛀 }} Review a pull request and post a comment
development
{{ ƔƔƔ }} Generate an HTML dashboard showing the current state of a project roadmap.
tools
{{ 𝛀𝛀𝛀 }} Review a pull request
development
{{ 𝛀𝛀𝛀 }} Investigate a codebase in detail