denna-params-auditor

Audit star configurations in a sky-parameters repository against protocol-config and pnl-config files.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/daocraft/denna-ecosystem-skills --skill denna-params-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: denna-params-auditor
Source: https://github.com/daocraft/denna-ecosystem-skills/tree/main/skills/denna-params-auditor
Command: npx skills add https://github.com/daocraft/denna-ecosystem-skills --skill denna-params-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits and verifies star configurations in a sky-parameters repository to ensure completeness, consistency, and correctness, surfacing actionable findings for teams.

Core Features & Use Cases

  • Performs structured checklists against protocol-config and pnl-config files
  • Generates machine-readable findings (findings.json) and human-readable report (report.md)
  • Supports per-star or repo-wide audits, PR reviews, and health checks

Quick Start

Run a full-audit on the target repository to generate findings.json and report.md.

Frequently Asked Questions about denna-params-auditor

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

FAQPage Schema
How do I audit sky-parameters configurations for completeness and consistency?

Audit sky-parameters configurations by running a structured checklist against protocol-config and pnl-config files, which surfaces completeness and consistency issues across per-star or full-repo scopes. The process generates actionable findings for configuration health checks.

What is a config audit report for star configurations?

A config audit report for star configurations verifies correctness by checking protocol-config and pnl-config files against interpretation rules loaded from the denna-spec-reference. It outputs a human-readable report.md and machine-readable findings.json documenting any surfaced issues.

Can I run a config audit on a single star instead of the full repository?

Yes, you can run a config audit on a single star or perform a full-repo audit across all stars. The audit applies the same structured checklist to protocol-config and pnl-config files regardless of the selected scope.

How do I review a PR with sky-parameters configuration changes?

Review a PR with sky-parameters changes by running the audit to apply a structured checklist against the modified protocol-config and pnl-config files. This surfaces consistency and completeness issues, generating findings.json and report.md for the review.

What output formats do I get from a sky-parameters health check?

You get machine-readable findings.json and human-readable report.md as output formats from a sky-parameters health check. These outputs document the completeness and consistency issues found in the protocol-config and pnl-config files.