Use when working in a git repo that uses git-branchless or stacked-diffs workflow. Triggers - git sl in CLAUDE.md, branchless in git config, user mentions stacks or stacked diffs, need to rebase/move/reorder commits, submit stacked PRs.
Review code the way abizer does โ applies to arini-ai/hire-ai codebases. Use this skill whenever reviewing a pull request, leaving inline comments, checking code quality, or being asked to do a code review on Python backend code. Also use when asked to evaluate whether code follows team conventions, or when writing new Python code for the arini-ai codebase that should conform to established patterns.
Maintain a CHANGELOG.md in the repo documenting changes made across sessions. Activates at the END of every session that modifies files. Use when: (1) you have completed work that changed files in the repo, (2) the user asks to update the changelog, (3) starting a session and needing to understand what was done previously. Records what changed, why, and which files were touched โ creating a human-readable audit trail across sessions.