Home / lamngockhuong / aiteamkit · skills/review/SKILL.md · GitHub

review skillA

review is agent-read markdown (skill) from lamngockhuong/aiteamkit: Review a teammate's pull request the way a team reviewer should: against the requirement, the design, and the team conventions, with findings ranked by severity, each one citing a line and stating the failure it causes, and blocking issues separated from preferences. Use before approving a PR, when reviewing a colleague's branch, or when a review needs a second opinion. Triggers on: "review PR", "code review", "review this branch", "review giúp", "duyệt code", "check PR", "レビュー", "approve this",.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Team Code Review (`atk:review`)

Reviews a change the way a responsible colleague does: it starts from what the change was supposed
to do, not from the diff. Findings that block a merge are separated from findings that are taste,
because mixing them is what makes reviews feel arbitrary.

## Scope

Handles: reading the diff in the context of the requirement, design, and conventions, deciding which
review rounds the change is worth and whether they run in agents of their own, finding correctness
and regression risks, checking test coverage of the changed behavior, and writing review comments
that a person can act on.

Does NOT handle: approving or merging, which is a human act; rewriting the code, which the author
does with `atk:implement` or `atk:fix`; deciding whether the requirement itself is right
(`atk:intake`); or reviewing a plan, which is `atk:plan --review`, because a plan is checked against
the repository it assumes rather than against a diff.

## Roles

The reviewer is never the author. Tech Lead holds the final call on a disputed blocking finding. QA
reviews test adequacy. See `shared/team-roles.md`. In band 1 without `--parallel`, the session that
…

Read the whole file at its exact version.

How to install

Latest version
mdr add lamngockhuong/aiteamkit/review@git:20260924.59d6cfa
Exact content
mdr add lamngockhuong/aiteamkit/review@sha256:f9ce840eecda29b3

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_6c6z62qz4rzbdkba.svg)](https://markdownregistry.com/a/art_6c6z62qz4rzbdkba)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260924.59d6cfa latest2026-09-24 59d6cfa 19,121 BA view · diff
git:20260923.4e280852026-09-23 4e28085 19,057 BA view · diff
git:20260922.3896e1f2026-09-22 3896e1f 18,005 BA view · diff
git:20260922.cc9a6502026-09-22 cc9a650 17,351 BA view · diff
git:20260921.c3290f02026-09-21 c3290f0 15,309 BA view · diff
git:20260921.dd63c852026-09-21 dd63c85 15,173 BA view · diff
git:20260920.da3a7c12026-09-20 da3a7c1 14,116 BA view · diff
git:20260920.268354d2026-09-20 268354d 13,825 BA view · diff
git:20260918.73a33f42026-09-18 73a33f4 7,998 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (19121 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

lamngockhuong/aiteamkit · 5 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_6c6z62qz4rzbdkba
GET https://markdownregistry.com/api/v1/resolve?ref=lamngockhuong/aiteamkit/review
GET https://markdownregistry.com/api/v1/blob/f9ce840eecda29b3296ac2c6d424d8195c1fd054791113b6c6cd31f81784c3fe

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from lamngockhuong/aiteamkit

CLAUDE.md claude
lamngockhuong/aiteamkit · CLAUDE.md
git:20260924.59d6cfa · audit A · 5 stars
breakdown skill
lamngockhuong/aiteamkit · skills/breakdown/SKILL.md · Break an epic or a design document into owned, sequenced tasks: one deliverable each, an owner, a dependency order, the…
git:20260922.c7615a5 · audit A · 5 stars
catchup skill
lamngockhuong/aiteamkit · skills/catchup/SKILL.md · Summarise an epic or a pull request for someone who was not in the conversation that produced it: what the work is and…
git:20260921.7fc6a05 · audit A · 5 stars
convention skill
lamngockhuong/aiteamkit · skills/convention/SKILL.md · Extract, record, and enforce the coding conventions a team actually follows: branch and commit rules, naming, layering…
git:20260923.3195eb0 · audit A · 5 stars
design-doc skill
lamngockhuong/aiteamkit · skills/design-doc/SKILL.md · Write the technical design document a team reviews before coding, plus the ADR that records the decision behind it…
git:20260924.59d6cfa · audit A · 5 stars
estimate skill
lamngockhuong/aiteamkit · skills/estimate/SKILL.md · Estimate a backlog and fill a sprint against real team capacity: size each item with a stated basis, mark the…
git:20260922.c7615a5 · audit A · 5 stars
fix skill
lamngockhuong/aiteamkit · skills/fix/SKILL.md · Fix a defect the way a team reviewer will accept: capture the failure verbatim, prove the cause before changing a line…
git:20260922.2c10be8 · audit A · 5 stars
git skill
lamngockhuong/aiteamkit · skills/git/SKILL.md · Carry a finished piece of work into version control: read what changed, stage it after scanning for anything that must…
git:20260922.2c10be8 · audit A · 5 stars
handover skill
lamngockhuong/aiteamkit · skills/handover/SKILL.md · Hand work over to another person or team so nothing depends on the leaver's memory: the true state of each item…
git:20260920.d282a91 · audit A · 5 stars
help skill
lamngockhuong/aiteamkit · skills/help/SKILL.md · Answer which atk skill to run. With no argument it reads the state of the project, meaning the profile, the artifacts…
git:20260923.1028253 · audit A · 5 stars
implement skill
lamngockhuong/aiteamkit · skills/implement/SKILL.md · Write the code for a piece of work the way a team will accept it: decide whether the work needs a plan before a line is…
git:20260924.59d6cfa · audit A · 5 stars
incident skill
lamngockhuong/aiteamkit · skills/incident/SKILL.md · Run a production incident and close it properly: a timeline built from evidence, impact and severity, the proven root…
git:20260922.c7615a5 · audit A · 5 stars

Every file in lamngockhuong/aiteamkit

Other files named review

review skill
garrytan/gstack · review/SKILL.md · Pre-landing PR review. (gstack)
v1.0.0 · audit A · 134,082 stars
review skill
qwenlm/qwen-code · packages/core/src/skills/bundled/review/SKILL.md · Review changed code for correctness, security, code quality, and performance. Use when the user asks to review code…
git:20260924.330b928 · audit B · 28,110 stars
review skill
sethgammon/citadel · skills/review/SKILL.md · 5-pass structured code review — correctness, security, performance, readability, consistency
git:20260611.0f3f8e7 · audit A · 923 stars
review skill
suboss87/fdeops · skills/review/SKILL.md · Review a proposed customer code change against its intended outcome and operational risks. Use for a diff or PR review…
git:20260917.a9ffb90 · audit A · 891 stars
review skill
oliver-kriska/claude-elixir-phoenix · plugins/elixir-phoenix/skills/review/SKILL.md · Review Elixir/Phoenix changes before committing — bugs, security, Ecto, LiveView, and Oban anti-patterns, via parallel…
git:20260921.69af5df · audit A · 555 stars
review skill
greenfield-inc/pane · .claude/skills/review/SKILL.md · Performs a comprehensive PR code review. Reads the linked GitHub issue for context, runs quality checks, and reviews…
git:20260909.0cc4ea5 · audit A · 483 stars
review skill
dcouple/pane · .claude/skills/review/SKILL.md · Performs a comprehensive PR code review. Reads the linked GitHub issue for context, runs quality checks, and reviews…
git:20260909.0cc4ea5 · audit A · 483 stars
review skill
boshu2/agentops · images/gemini/skills/review/SKILL.md · Give advisory feedback on a plan, design or code. Use when: suggestions, tradeoffs or a second look are wanted. Not for…
git:20260922.216060a · audit A · 445 stars

Browse by kind, by grade A, or by owner.