ms-essentials-review

Automate TRUST-5 compliant code reviews and Constitution-adherence checks in CI pipelines.

Updated Oct 16, 2025
One-click install
npx skills add https://github.com/beomeodev/specter --skill ms-essentials-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ms-essentials-review
Source: https://github.com/beomeodev/specter/tree/main/.claude/skills/ms-essentials-review
Command: npx skills add https://github.com/beomeodev/specter --skill ms-essentials-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual code reviews often miss TRUST 5 principles, constitution constraints, and security gaps, leading to inconsistent quality and traceability.

Core Features & Use Cases

  • TRUST 5 validation: enforces Test-First, Readable, Unified, Secured, and Trackable practices across codebases.
  • Constitution compliance: checks file size, complexity, and security rules to keep code maintainable.
  • Quality metrics: evaluates test coverage, linting, type checking, and documentation alignment.
  • Security awareness: scans for vulnerabilities and enforces secure coding practices.
  • TAG-based traceability: verifies complete @SPEC → @TEST → @CODE chains for full provenance.

Quick Start

Install or enable the ms-essentials-review skill and run it as part of your code review workflow to automatically validate compliance on new changes.

Frequently Asked Questions about ms-essentials-review

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

FAQPage Schema
How do I automate TRUST-5 code review checks in my CI pipeline?

Automate TRUST-5 code review checks by running this skill in your CI pipeline to validate test coverage, readability, security, and traceability on new pull requests.

What is a TAG chain in code traceability and how do I validate it?

A TAG chain provides full provenance by linking @SPEC to @TEST and @CODE. Validate TAG chain traceability automatically during pre-merge gates to ensure complete code provenance.

Can I enforce constitution compliance and security scanning during pull requests?

Yes, enforce constitution compliance and security scanning during pull requests to check file size, complexity, and security rules, scanning for vulnerabilities and secure coding practices.

What's the best way to check type safety and test coverage before merging code?

Check type safety and test coverage before merging by applying automated quality metrics evaluation in your code review workflow, enforcing coding standards and documentation alignment.

Why does manual code review miss security gaps and constitution constraints?

Manual code review misses security gaps and constitution constraints due to inconsistent quality checks, leading to overlooked vulnerabilities and incomplete traceability across codebases.