Conducts post-implementation review covering test coverage, lint, type checks, test fixes, and local testing preparation. Runs all automated verification, identifies gaps, fixes issues, and presents a testing checklist so the user can verify the work manually. Use this skill after implementation and commits are done — as the final quality gate before creating an MR. Also use when the user says "review this", "check my work", "run the checks", "verify everything", "is this ready", or "final review". Pairs with /commit (before) and /glab-mr-manager (after).
$npx -y skills add farzammohammadi/the-engineer --skill reviewInstalls into the current project.
Run `npx skills use "https://github.com/farzammohammadi/the-engineer" --skill "farzammohammadi/the-engineer/review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/farzammohammadi/the-engineer" that are relevant to the current task. Run `npx skills add "https://github.com/farzammohammadi/the-engineer"` and select the relevant skills, then follow their instructions.