actions-reporting

Standardize GitHub Action reporting with unified workflow logs, job summaries, check runs, and pull-request comments.

2|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/spencerbeggs/effected --skill actions-reporting
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: actions-reporting
Source: https://github.com/spencerbeggs/effected/tree/main/plugin/skills/actions-reporting
Command: npx skills add https://github.com/spencerbeggs/effected --skill actions-reporting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the fragmentation of GitHub Action reporting by unifying log management, job summaries, check runs, and pull-request comments into a single, type-safe, and robust interface.

Core Features & Use Cases

  • Unified Reporting: Manage workflow logs, job summaries, check runs, and sticky PR comments through a consistent Effect-based API.
  • Resilient Documentation: Use managed document regions to update PR descriptions or comments without overwriting human-edited content.
  • Automated Check States: Project complex check states onto GitHub check runs with automatic truncation and debounced reconciliation.

Quick Start

Use the actions-reporting skill to create a sticky pull-request comment that tracks the current status of the build process.

Frequently Asked Questions about actions-reporting

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

FAQPage Schema
How do I standardize GitHub Actions reporting across workflow logs, job summaries, and PR comments?▼

To standardize GitHub Actions reporting, this skill provides a unified interface that manages workflow logs, job summaries, check runs, and pull-request comments through a consistent Effect-based API, preventing fragmented CI/CD observability.

Can I update a sticky pull-request comment without overwriting human-edited content?▼

Yes, you can update sticky pull-request comments without overwriting human edits by using managed document regions that provide stateful document reconciliation for resilient CI/CD documentation.

How do I project complex check states onto GitHub check runs with automatic truncation?▼

You project complex check states onto GitHub check runs using automated check state management with automatic truncation and debounced reconciliation to ensure type-safe communication with the runner environment.

Do I need specific dependencies to use Effect-based APIs for CI/CD observability?▼

Yes, Effect-based CI/CD observability requires integration with @effected/github and @effected/github-actions to ensure type-safe communication with the GitHub API and runner environment.

What is the best way to handle log grouping and buffered output in GitHub Actions?▼

The best way to handle log grouping and buffered output in GitHub Actions is through a unified reporting interface that facilitates complex CI/CD observability tasks via managed document regions.