check
Original:🇺🇸 English
Translated
Confirm a change before merge. `/check verify` drives the real app to prove behavior against the spec (every acceptance criterion met, every surface built). `/check review` runs a senior code review on a fresh model, one that did not write the code. Verify after /develop, review before a PR. Writes to docs/reviews/, never edits code.
5installs
Sourcejsmastery-pro/skills
Added on
NPX Install
npx skill4agent add jsmastery-pro/skills checkTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Output style (plain words, no dashes, no hyphens)
<!-- OUTPUT-STYLE:START -->Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write , not . Say it in simple words, or reword the sentence. Code, file paths, command flags, and values other skills match on keep their hyphens. Use short sentences, commas, or parentheses. Clear beats clever.
<!-- OUTPUT-STYLE:END -->
youread onlyread-onlyWhat this skill does
/check- (runtime proof): run the real app and watch the change behave. Proves it works and conforms to the spec (every acceptance criterion met, every specced surface built), which green tests never reveal. Read only on code, no durable files, main thread. Typically after
verify./develop - (fresh model code review): a senior read of the diff on a different model than wrote the code (a model reviewing its own output shares its blind spots). Writes findings ranked by severity to
review. Read only. Typically before a PR.docs/reviews/
Neither mode edits code. points failures at or ; reports findings to fix.
verify/debug/developreviewPick the mode (route before doing anything else)
First step, before reading any mode file or touching the repo. Look at what followed :
/check- Starts with (or
verify) → readrun, follow it fully. Pass remaining arguments (feature name, scope) through.modes/verify.md - Starts with → read
review, follow it fully. Pass the steering through unchanged (e.g.modes/review.md,/check review with opus)./check review uncommitted - No mode word, or ambiguous (bare , or a feature name with no mode like
/check) → do NOT guess, do NOT default. Show the two options as a plain text panel and stop and wait for the engineer's choice./check auth
How to present the choice (plain text, works on every agent, no interactive modal):
Print exactly this, then stop and wait. Do not assume until they answer. Route on their typed word ( / / ).
verifyverifyreviewbothWhich check do you want to run? Type one:
• verify run the real app and prove the change works against its spec (usually right after /develop)
• review a fresh model senior read of the diff, ranked findings (usually right before a PR)
• both verify first, then reviewNo interactive picker or modal: a typed choice shown inline behaves the same in every AI tool. (The frontmatter also surfaces in Claude Code autocomplete; other tools ignore it, which is why this inline panel is the portable path.)
argument-hintverify | reviewIf a feature name came with no mode (), carry it as the target once they pick; still ask the mode.
/check authDo not mix modes in one run. On both, do first, then offer next.
verifyreviewPortability (any OS, any agent)
Any Agent Skills client on macOS, Linux, or Windows. is the only required CLI. Other shell snippets are POSIX reference, not literal scripts: use your agent's own cross platform file, process, and browser tools. Each mode file adds its own portability notes. No subagent support falls back to inline, noted per mode.
gitBundled files: , , plus and for review. Read only the mode file you routed to; resolve the review bundled files to absolute paths when spawning the reviewer.
modes/verify.mdmodes/review.mdreview-agent-prompt.mdreview-guide.md