agent-native-audit

Audit codebases for agent-native architecture compliance and generate scored reports.

2|1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI --skill agent-native-audit-wangrenzhu-ola
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-native-audit
Source: https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI/tree/main/plugins/galeharness-cli/skills/agent-native-audit
Command: npx skills add https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI --skill agent-native-audit-wangrenzhu-ola

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to systematically review codebases for agent-native architecture conformance, producing a scored report that highlights strengths and gaps across key principles.

Core Features & Use Cases

  • Parallel audits across all core principles (Action Parity, Tools as Primitives, Context Injection, Shared Workspace, CRUD Completeness, UI Integration, Capability Discovery, and Prompt-Native Features).
  • Per-principle scoring plus an overall compliance score, with actionable recommendations.
  • Comprehensive, structured reports suitable for integration into sprint reviews and architecture governance.

Quick Start

Run the agent-native-audit against a codebase to generate a scored architecture review.

Frequently Asked Questions about agent-native-audit

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

FAQPage Schema
How do I audit a codebase for agent-native architecture compliance?

Agent-native architecture principles include Action Parity, Tools as Primitives, Context Injection, Shared Workspace, CRUD Completeness, UI Integration, Capability Discovery, and Prompt-Native Features. Auditing evaluates your codebase against these specific dimensions to ensure proper multi-agent system design.

How does multi-agent scoring work for code review?

Agent-native code review goes beyond standard static analysis by systematically testing for Action Parity, Context Injection, and Capability Discovery. It produces a structured, scored report suitable for architecture governance and sprint reviews rather than simple linting warnings.

Can I generate a scored architecture report for sprint reviews?

The audit outputs a structured report containing per-principle scores, an overall agent-native architecture compliance score, and a prioritized list of actionable recommendations. This comprehensive output is designed for integration into architecture governance workflows.

What are the limitations of automated architecture audits?

Automated architecture audits are limited by their reliance on predefined principles and require a clear codebase structure to evaluate. They provide scored recommendations based on static compliance criteria rather than dynamic runtime behavior analysis.