mizcausevic-dev/Prompt Provenance README Generator
Render a Markdown README from a prompt-provenance JSON. Post as PR comment or commit to a target path.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 11, 2026
- License
- AGPL 3.0
Pinned Snippet
uses: mizcausevic-dev/prompt-provenance-readme-generator-action@7bdb04f57076e685f9f6cb628d522124d4d13710 # v1.0-prodtags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| doc-path | Path (relative to repo root) to the prompt-provenance JSON document. | yes | — |
| output-path | Optional file destination for the rendered Markdown. | no | — |
| comment-on-pr | Post the rendered Markdown as a PR comment. 'auto' (default) posts only on pull_request events. | no | auto |
| hide-badges | Suppress the trailing badges line under the title (default 'false'). | no | false |
| anchor-prefix | Anchor prefix for section headings (default 'section-'). | no | section- |
| github-token | Token used to post the PR comment (defaults to GITHUB_TOKEN). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| markdown-length | Length (in characters) of the rendered Markdown. |
| output-written | True iff an output-path was specified and successfully written. |