hephaestus-devkit/Codex Skills Registry
Validate Codex Skills, plugin manifests, and MCP server configs in CI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 3, 2026
- License
- MIT
Pinned Snippet
uses: hephaestus-devkit/codex-skills-registry@e68aba5aead57f18b51ddb1b0b47294ef6eea8e7 # v1.0.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Project directory to inspect. | no | . |
| output-directory | Optional directory for generated artifacts. Defaults to path. | no | "" |
| command | CLI command to run. Supported values are doctor, validate, list, audit, export, report, schema, pr-comment, baseline, and site. | no | doctor |
| include-examples | Include examples/ skill roots under the target project directory. | no | false |
| config | Optional JSON/YAML skill config path, relative to path. | no | "" |
| policy | Optional registry policy file path, relative to path. | no | "" |
| changed-files | Optional newline-delimited changed file list, relative to path, for PR-focused output. | no | "" |
| baseline | Optional issue baseline JSON file, relative to path. Overrides policy baselineFile. | no | "" |
| format | CLI output format. Supported values are text, json, and sarif. | no | text |
| strict | Enable strict audit behavior for doctor or audit. | no | false |
| schema | Optional schema name when command is schema. Omit to export the full catalog. | no | "" |
| post-comment | When command is pr-comment, create or update a pull request comment using github.token. Requires pull-requests: write on the caller workflow. | no | false |
| comment-marker | Hidden marker used to update an existing pull request comment. | no | <!-- codex-skills-registry --> |
Outputs
| name | description |
|---|---|
| index-path | Path to the exported registry index when command is export. |
| sarif-path | Path to the SARIF file when format is sarif. |
| schema-path | Path to the exported JSON Schema catalog when command is schema. |
| report-path | Path to the exported Markdown report when command is report. |
| comment-path | Path to the generated pull request comment when command is pr-comment. |
| baseline-path | Path to the generated baseline file when command is baseline. |
| site-path | Path to the generated static site when command is site. |
| issue-count | Active issue count from JSON summary output. |
| error-count | Active error count from JSON summary output. |
| warning-count | Active warning count from JSON summary output. |
| suppressed-count | Suppressed issue count from JSON summary output. |
| baseline-count | Baseline-filtered issue count from JSON summary output. |