harness-principles-check

Audits code against predefined principles and reports violations with fixes.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/ZhaoyuWu/Website-Wzy --skill harness-principles-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-principles-check
Source: https://github.com/ZhaoyuWu/Website-Wzy/tree/main/codex-skills/harness-principles-check
Command: npx skills add https://github.com/ZhaoyuWu/Website-Wzy --skill harness-principles-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits software implementations against established principles and reports violations with actionable fixes.

Core Features & Use Cases

  • Principle-driven audit to verify alignment with defined standards.
  • Actionable remediation with concrete fixes, owners, and risk levels.
  • Use Case: Before releases or PRs, run the principles-check to catch non-compliant changes early.

Quick Start

Run the principles audit on the target codebase and return a prioritized list of violations with actionable fixes.

Frequently Asked Questions about harness-principles-check

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

FAQPage Schema
How do I audit code against defined principles before a release?

You can audit code against defined principles by running a principles-check on the target codebase. This generates a prioritized list of violations with actionable fixes, owners, and risk levels to catch non-compliant changes before releases.

What is principle-driven code review and how does it work?

Principle-driven code review verifies alignment with defined standards by auditing software implementations against established principles. It reports violations and provides actionable remediation with concrete fixes, owners, and risk levels to ensure compliance.

Can I use a principles audit for pull request gating across multiple modules?

Yes, you can use a principles audit for pull request gating across multiple modules and workflows. It checks touched modules against defined standards to catch non-compliant changes early in the development cycle.

What do I need to run a principles-check on my codebase?

To run a principles-check, you need access to standards/principles.md and the touched modules in your codebase. The audit uses these inputs to output a prioritized findings list with actionable fixes for code reviews.