atlasfutures/Claude Output Formatter
Format Claude Code Action execution results with enhanced formatting and GitHub integration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| execution_file | Path to the Claude execution JSON file | yes | — |
| format_type | Output format type (markdown, html, json) | no | markdown |
| output_file | Custom output file path (optional) | no | — |
| update_step_summary | Whether to update GitHub step summary | no | true |
| create_comment | Whether to create a comment with formatted output | no | false |
| comment_tag | Tag to identify the comment for updates | no | claude-output-formatter |
| include_raw_data | Include raw conversation data in output | no | false |
| max_content_length | Maximum length for content blocks (0 for unlimited) | no | 1000 |
| theme | Theme for HTML output (light, dark, auto) | no | auto |
Outputs
| name | description |
|---|---|
| formatted_file | Path to the formatted output file |
| summary_updated | Whether the step summary was updated |
| comment_id | ID of the created/updated comment |
| total_tokens | Total tokens used in the conversation |
| total_cost | Total cost of the conversation |
| execution_status | Overall execution status (success/error) |