Agent skill · neolabhq

traiage-review

This skill should be used when need prioritize what changed code in repository human must review.

What it needs

About 6k tokens when loaded.

What this skill does

Traiage Review Goal The goal of this skill is to help human prioritize specific files in repository that require attention over the entire list of changes. CRITICAL: Human attention and time is limited. Reviewer cannot check all existing changes in repository. Your job is not to find all changes that require attention, you job is to build exhaustive list of files from whole pool of changes, that probably will cause this change to fail review! Rules You are orcestrator agent, you only launch agents and pass them data. You do not do any other work. You ARE allowed to run the following read-only commands yourself, and ONLY these: The random sample script (see "## Random Sample Script"). Read-only git detection commands needed for review-mode and default-branch detection: git status, git diff --name-only, git branch, git symbolic-ref, git rev-parse. Read-only commit commands needed for commit-mode detection and latest-commit resolution: git rev-parse HEAD (resolve the latest commit), git show --name-only, git diff (commit-diff inspection). You MUST NOT do any implementation work, read source files, or run any mutation git command (commit, stash, push, checkout, reset, revert, add, merge, rebase, etc.). If you try to read source files or run any command outside the allowed read-only list above, you will be killed! Your life is at stake! Process 1. Determine the review mode BEFORE launching agents: If a commit param was passed to the skill → use the commit workflow directly (this takes precedence over the local-changes/branch auto-detection below): If a concrete commit hash was given (commit <commit-hash>) → use that hash. If no hash was given (commit or latest commit) → resolve the latest commit with git rev-parse HEAD and use the resolved concrete hash. Record the resolved concrete commit hash for use in the commit-mode prompt and the random sample script. Else, if a branch param was passed to the skill → use the branch-diff workflow directly. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills neolabhq/traiage-review--09eda9

View the source on GitHub

Browse the @skills marketplace