From yoink
Use before committing or pushing code — a self-review checklist that verifies tests pass, code is clean, and changes are ready for review. Invoke this after implementing changes and before creating commits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yoink:quality-gatesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before committing, complete every gate. Do not skip any.
Before committing, complete every gate. Do not skip any.
npm test, bun test, composer test, phpunit, pytestgit diff and read every changed lineconsole.log, dd(), var_dump, print_r, debugger)type(scope): description | ISSUE-IDnpx claudepluginhub borkweb/yoinkRuns quality gates, reviews staged changes for issues, and creates a conventional commit. Useful when ready to commit after making changes.
Guides systematic git commits: checks staging status, reviews diffs, splits changes into atomic commits, formats conventional messages. Use before PRs or when committing code.
Creates Conventional Commits with pre-commit checklists for scope, quality, tests, linting, formatting, and documentation. Ensures one logical change per commit before git commit.