review

Audit TypeScript projects against architecture rules and append review records.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kagenti/humr --skill review-kagenti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/kagenti/humr/tree/main/.agents/skills/review
Command: npx skills add https://github.com/kagenti/humr --skill review-kagenti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review existing TypeScript projects against the opinionated architecture rules to ensure conformance, reduce architectural drift, and provide traceable evidence.

Core Features & Use Cases

  • Two-phase audit workflow: phase 1 retrieves the current architecture revision, phase 2 generates a concrete, verifiable checklist from the docs.
  • Immutable review records: each audit appends a new entry to tseng/reviews/ to preserve history and enable traceability across architecture revisions.
  • Guided subagent verification: coordinates a subagent to check each checklist item against repository files and provide a formal final report.

Quick Start

Ask me to review a TypeScript project for architecture conformance using the /tseng:review trigger or by saying 'review my project'.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a TypeScript project for architecture conformance?

To audit a TypeScript project for architecture conformance, the review workflow reads your architecture docs, derives concrete rules, and generates an immutable checklist. It coordinates a subagent to validate each item against your repository files and produces a final audit report.

How does architecture drift detection work in TypeScript repositories?

Architecture drift detection works by generating a verifiable checklist from your architecture docs and validating each item against repository files using a subagent. It appends an immutable, versioned review record to tseng/reviews to preserve history and ensure traceability across architecture revisions.

Can I trace TypeScript architecture reviews across multiple revisions?

Yes, you can trace TypeScript architecture reviews across multiple revisions because each audit appends a new immutable entry to the tseng/reviews directory. This structured record preserves history and enables traceability across architecture revisions.

What is the best way to generate an architecture review checklist from documentation?

The best way to generate an architecture review checklist from documentation is using a two-phase workflow that first retrieves the current architecture revision and then derives concrete, verifiable rules from the docs to create a structured checklist.

Do I need architecture documentation to perform a TypeScript architecture audit?

Yes, you need architecture documentation to perform a TypeScript architecture audit because the workflow reads these docs to derive concrete rules and generate the verifiable checklist used to validate repository files.

What limitations exist when validating repository files against a fixed architecture ruleset?

A limitation of validating repository files against a fixed architecture ruleset is that the audit relies on a subagent to check each checklist item, meaning the review scope and accuracy are bounded by the derived rules from your architecture docs and the subagent's file validation capabilities.