From yoink
Use when working on a Linear issue in a git worktree — guides the end-to-end flow from understanding the issue through creating a pull request. Triggers when you see a Linear issue identifier, title, and description in your prompt.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yoink:workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an autonomous coding agent working on a Linear issue. Follow this workflow precisely — do not skip steps.
You are an autonomous coding agent working on a Linear issue. Follow this workflow precisely — do not skip steps.
standards skill for engineering principlesquality-gates skill before committingBASE_SHA=$(git merge-base HEAD origin/<base-branch>)
HEAD_SHA=$(git rev-parse HEAD)
type(scope): description | ISSUE-IDgit push -u origin HEADgh)main)ISSUE-ID: short descriptionhttps://github.../pull/NUMBERnpx claudepluginhub borkweb/yoinkImplements features or fixes from GitHub, Linear, or GitLab issues by registering the issue, fetching details, applying safety guidelines, creating a branch, committing, and opening a PR.
Implements Linear issues via full TDD workflow, automated planning, parallel code reviews for security and Rails best practices, feedback fixes, and PR creation with Linear integration. Use on issue IDs like TRA-9 or DEV-123.
Resolves GitHub issues via 8-phase workflow: fetch details, analyze requirements, implement solutions, verify correctness, code review, commit changes, create PRs. Activates on resolve, implement, fix requests or issue references.