Conversation
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>
Contributor
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Slide Deck Updates
Changes Made
gh aw logs --format markdown --count 10— cross-run analysis report (new--formatflag added in v0.64.2)gh aw audit 123456— audit individual workflow runs (existing feature, was missing from slide)Layout Issues Fixed
Content Sources Reviewed
pkg/cli/logs_command.gofor valid flags (--start-date,--formatconfirmed)pkg/workflow/engine_constants.gofor engine names (copilot, claude/Claude Code, codex, gemini — all accurate)docs/src/content/docs/blog/2026-04-06-weekly-update.mdand2026-03-30-weekly-update.mdfor recent feature additionsgh extension install github/gh-awandgh aw initcommands via quick-start docsFocus Mode
Global Sweep (default —
$\{\{ inputs.focus }}was not set)Verification: Content accuracy verified against codebase sources. Marp build unavailable in this sandbox environment.