profusion-ai/doc2toon context check
Profile agent docs (AGENTS.md, CLAUDE.md, SKILL.md) with doc2toon's Verdict v1: measured verdicts and coded warnings, posted as a sticky PR comment with fork-safe fallbacks.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Comma- or newline-separated globs of agent docs to profile. | no | AGENTS.md, CLAUDE.md, SKILL.md, .claude/**/*.md |
| fail-on | Passed through to doc2toon --fail-on: comma-separated verdicts (convert, keep_markdown, split_first, review, refused) and/or severities (info, warning). Empty = report-only. | no | "" |
| comment | Post/update the sticky PR comment (best effort; skipped automatically on fork PRs and read-only tokens). | no | true |
Outputs
| name | description |
|---|---|
| tripped | true when the fail-on gate tripped for at least one file. |
| matched | Number of documents profiled. |