Skip to content

[slides] Update monitoring slide with audit and format commands#24929

Merged
pelikhan merged 1 commit intomainfrom
slides/update-monitoring-commands-2026-04-06-01a3248fb0a35412
Apr 6, 2026
Merged

[slides] Update monitoring slide with audit and format commands#24929
pelikhan merged 1 commit intomainfrom
slides/update-monitoring-commands-2026-04-06-01a3248fb0a35412

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 6, 2026

Slide Deck Updates

Changes Made

  • Added gh aw logs --format markdown --count 10 — cross-run analysis report (new --format flag added in v0.64.2)
  • Added gh aw audit 123456 — audit individual workflow runs (existing feature, was missing from slide)

Layout Issues Fixed

  • None detected (Marp/Playwright build unavailable in this environment)

Content Sources Reviewed

  • Scanned pkg/cli/logs_command.go for valid flags (--start-date, --format confirmed)
  • Reviewed pkg/workflow/engine_constants.go for engine names (copilot, claude/Claude Code, codex, gemini — all accurate)
  • Checked docs/src/content/docs/blog/2026-04-06-weekly-update.md and 2026-03-30-weekly-update.md for recent feature additions
  • Verified gh extension install github/gh-aw and gh aw init commands via quick-start docs

Focus Mode

Global Sweep (default — $\{\{ inputs.focus }} was not set)


Verification: Content accuracy verified against codebase sources. Marp build unavailable in this sandbox environment.

Generated by Slide Deck Maintainer · ● 2.1M ·

  • expires on Apr 7, 2026, 4:33 PM UTC

Add missing monitoring commands to the 'Monitoring & Optimization' slide:
- gh aw logs --format markdown: cross-run analysis report (new feature)
- gh aw audit: audit individual workflow runs (existing but missing from slide)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions bot added automated documentation Improvements or additions to documentation slides labels Apr 6, 2026
@pelikhan pelikhan marked this pull request as ready for review April 6, 2026 16:46
Copilot AI review requested due to automatic review settings April 6, 2026 16:46
@pelikhan pelikhan merged commit a48e6ab into main Apr 6, 2026
1 check passed
@pelikhan pelikhan deleted the slides/update-monitoring-commands-2026-04-06-01a3248fb0a35412 branch April 6, 2026 16:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the slide deck’s “Monitoring & Optimization” section to reflect newer CLI capabilities for cross-run reporting and single-run auditing.

Changes:

  • Add an example for generating a cross-run analysis report with gh aw logs --format markdown --count 10
  • Add an example for auditing a specific workflow run with gh aw audit 123456
Show a summary per file
File Description
docs/slides/index.md Adds new monitoring commands to the slide deck for cross-run reports and per-run audits

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

gh aw logs --start-date -1w accessibility-review

# Cross-run analysis report
gh aw logs --format markdown --count 10
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cross-run report example omits the optional [workflow] positional argument, while the surrounding examples use a workflow name (accessibility-review). Since --count 10 without a workflow aggregates the last 10 runs across all workflows (which can be noisy and may not match the slide’s intent), consider including an explicit workflow placeholder (e.g., my-workflow) for consistency and clearer copy/paste behavior.

Suggested change
gh aw logs --format markdown --count 10
gh aw logs --format markdown --count 10 accessibility-review

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated documentation Improvements or additions to documentation slides

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants