Skip to content

Update gh-aw skills to v2.0.0, modernize copilot-instructions, fix agent frontmatter#1518

Merged
pethers merged 9 commits intomainfrom
copilot/update-gh-aw-skills-and-docs
Apr 2, 2026
Merged

Update gh-aw skills to v2.0.0, modernize copilot-instructions, fix agent frontmatter#1518
pethers merged 9 commits intomainfrom
copilot/update-gh-aw-skills-and-docs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

  • Analyze repo README, WORKFLOWS.md, and ARCHITECTURE.md
  • Download gh-aw documentation (abridged, full, agentic-workflows blog series)
  • Read all 12 gh-aw skill files and github-agentic-workflows skill
  • Read all 24 agent files and copilot-instructions.md
  • Update gh-aw-README.md with v0.45.5 features, Gemini engine, threat detection, integrity filtering
  • Update all 12 gh-aw skill files with latest documentation (v2.0.0)
  • Update github-agentic-workflows umbrella skill (v2.0.0)
  • Update .github/copilot-instructions.md to v3.0 (Node 25, TS 6.0.2, 24 agents, 35 workflows, 8 MCP servers)
  • Review and compact agents — add missing name fields, update version dates, fix Node.js references
  • Clarify schedule: daily as gh-aw shorthand with cron equivalents (review feedback)
  • Fix BCP-47: NO→NB in language list for consistency (review feedback)
  • Add content to empty "Never Create New Markdown Files" section (review feedback)
  • Fix engine example to use id/model object form matching repo workflows (review feedback)
  • Fix MCP examples to use top-level mcp-servers: key matching repo pattern (review feedback)
  • Fix CI/CD YAML to show valid jobs: structure (review feedback)
  • Wrap CSS custom properties in :root selector (review feedback)
  • Add all shorthand to GitHub toolsets list (review feedback)
  • Add dispatch-workflow and allowed-domains to safe output types reference (review feedback)
  • Fix engine id to copilot matching repo convention (review feedback)
  • Fix firewall example to use network: allowed: key matching repo pattern (review feedback)
  • Switch schedule examples from daily shorthand to explicit cron syntax matching repo CI (review feedback)
  • Add nb/no migration note to Multi-Language guidance (review feedback)
  • Run code review and CodeQL validation (clean pass)

Copilot AI and others added 2 commits April 2, 2026 12:04
… threat detection, integrity filtering, Agent Factory patterns, and Gemini engine support. Update copilot-instructions.md to v3.0 reflecting current project state.

Agent-Logs-Url: https://github.com/Hack23/riksdagsmonitor/sessions/7bdf4edc-eb68-438b-942d-3da3d90fa48d

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
…e.js references across all agents

Agent-Logs-Url: https://github.com/Hack23/riksdagsmonitor/sessions/7bdf4edc-eb68-438b-942d-3da3d90fa48d

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
@pethers pethers marked this pull request as ready for review April 2, 2026 12:17
Copilot AI review requested due to automatic review settings April 2, 2026 12:17
@github-actions github-actions bot added documentation Documentation updates skill Skill configuration agent Agent configuration size-xl Extra large change (> 1000 lines) labels Apr 2, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

🏷️ Automatic Labeling Summary

This PR has been automatically labeled based on the files changed and PR metadata.

Applied Labels: documentation,skill,size-xl,agent

Label Categories

  • 🗳️ Content: news, dashboard, visualization, intelligence
  • 💻 Technology: html-css, javascript, workflow, security
  • 📊 Data: cia-data, riksdag-data, data-pipeline, schema
  • 🌍 I18n: i18n, translation, rtl
  • 🔒 ISMS: isms, iso-27001, nist-csf, cis-controls
  • 🏗️ Infrastructure: ci-cd, deployment, performance, monitoring
  • 🔄 Quality: testing, accessibility, documentation, refactor
  • 🤖 AI: agent, skill, agentic-workflow

For more information, see .github/labeler.yml.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

🔍 Lighthouse Performance Audit

Category Score Status
Performance 85/100 🟡
Accessibility 95/100 🟢
Best Practices 90/100 🟢
SEO 95/100 🟢

📥 Download full Lighthouse report

Budget Compliance: Performance budgets enforced via budget.json

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 repository’s GitHub Agentic Workflows (gh-aw) documentation and agent metadata to reflect gh-aw v0.45.5 capabilities, align the repo’s Copilot guidance with the current stack, and standardize agent frontmatter.

Changes:

  • Bumped gh-aw skills (and umbrella skill) to v2.0.0 and added v0.45.5 concepts (five-layer security, integrity filtering, threat detection, tool scoping, Agent Factory patterns).
  • Modernized .github/copilot-instructions.md (stack versions, gh-aw section, agent/workflow counts, MCP servers).
  • Added missing name fields to several agents and updated Node.js example versions (24 → 25).

Reviewed changes

Copilot reviewed 23 out of 23 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
.github/skills/github-agentic-workflows/SKILL.md Updates umbrella skill metadata to v2.0.0 and gh-aw v0.45.5 positioning.
.github/skills/gh-aw-workflow-authoring/SKILL.md Adds v0.45.5 features (engine selection, integrity filtering, threat detection, Agent Factory patterns) and updates references/version.
.github/skills/gh-aw-tools-ecosystem/SKILL.md Adds v0.45.5 tool scoping + MCP routing section; updates references/version.
.github/skills/gh-aw-security-architecture/SKILL.md Documents five-layer security model + integrity filtering; updates references/version.
.github/skills/gh-aw-safe-outputs/SKILL.md Adds threat detection integration and safe output reference table; updates references/version.
.github/skills/gh-aw-README.md Rewrites gh-aw skills collection overview/quick start and links; updates maintenance metadata.
.github/skills/gh-aw-mcp-gateway/SKILL.md Bumps metadata to v2.0.0 / 2026-04-02.
.github/skills/gh-aw-mcp-configuration/SKILL.md Adds v0.45.5 MCP-in-workflows section; bumps metadata.
.github/skills/gh-aw-logging-monitoring/SKILL.md Bumps metadata to v2.0.0 / 2026-04-02.
.github/skills/gh-aw-github-actions-integration/SKILL.md Bumps metadata to v2.0.0 / 2026-04-02.
.github/skills/gh-aw-firewall/SKILL.md Adds AWF’s place in five-layer model + default domains and config snippet; bumps metadata.
.github/skills/gh-aw-continuous-ai-patterns/SKILL.md Adds Agent Factory patterns section + updated references; bumps metadata.
.github/skills/gh-aw-containerization/SKILL.md Bumps metadata to v2.0.0 / 2026-04-02.
.github/skills/gh-aw-authentication-credentials/SKILL.md Bumps metadata to v2.0.0 / 2026-04-02.
.github/copilot-instructions.md Compacts/modernizes repo instructions and adds gh-aw overview aligned to current stack + ops.
.github/agents/interactive-agent-designer.agent.md Adds missing name in frontmatter.
.github/agents/developer.instructions.md Updates “Last Updated” date.
.github/agents/deployment-specialist.md Updates Node.js examples to 25.
.github/agents/custom-engine-implementation.agent.md Adds missing name in frontmatter.
.github/agents/create-safe-output-type.agent.md Adds missing name in frontmatter.
.github/agents/contribution-checker.agent.md Adds missing name in frontmatter.
.github/agents/ci-cleaner.agent.md Adds missing name in frontmatter.
.github/agents/agentic-workflows.agent.md Adds missing name in frontmatter.

Comment on lines +928 to +930
schedule: daily # Once per day
# schedule: "0 9 * * 1-5" # Weekdays at 9am
# schedule: "0 */6 * * *" # Every 6 hours
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

The scheduling example uses on: { schedule: daily }, but earlier in this same skill you use standard GitHub Actions cron syntax (on: schedule: - cron: ...). This inconsistency is likely to confuse readers, and schedule: daily doesn’t match the workflow syntax used elsewhere in this repo. Consider switching this snippet to cron syntax (or explicitly document that daily is a supported shorthand, if gh-aw supports it) and keep one consistent pattern throughout the skill.

Suggested change
schedule: daily # Once per day
# schedule: "0 9 * * 1-5" # Weekdays at 9am
# schedule: "0 */6 * * *" # Every 6 hours
schedule:
- cron: "0 0 * * *" # Once per day
# - cron: "0 9 * * 1-5" # Weekdays at 9am
# - cron: "0 */6 * * *" # Every 6 hours

Copilot uses AI. Check for mistakes.
Comment on lines +78 to +85
---
on:
schedule: daily
permissions:
contents: read
issues: read
pull-requests: read
safe-outputs:
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

This example uses on: schedule: daily, but the actual gh-aw workflows in this repo (and even other examples in the skills) use cron entries under on.schedule. To avoid readers copying an invalid/inconsistent frontmatter block, switch this snippet to a cron-based schedule (or add a note explaining that daily is a supported shorthand, if applicable).

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

🔍 Lighthouse Performance Audit

Category Score Status
Performance 85/100 🟡
Accessibility 95/100 🟢
Best Practices 90/100 🟢
SEO 95/100 🟢

📥 Download full Lighthouse report

Budget Compliance: Performance budgets enforced via budget.json

@pethers
Copy link
Copy Markdown
Member

pethers commented Apr 2, 2026

@copilot apply changes based on the comments in this thread

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 2, 2026

@copilot apply changes based on the comments in this thread

Fixed in 56bcb48. Both files now explicitly document schedule: daily as a gh-aw shorthand and show the equivalent cron syntax alongside it. The workflow-authoring skill also includes cron examples for weekday and 6-hour schedules.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

🔍 Lighthouse Performance Audit

Category Score Status
Performance 85/100 🟡
Accessibility 95/100 🟢
Best Practices 90/100 🟢
SEO 95/100 🟢

📥 Download full Lighthouse report

Budget Compliance: Performance budgets enforced via budget.json

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

Copilot reviewed 23 out of 23 changed files in this pull request and generated 2 comments.

**Stack**: HTML5, CSS3, TypeScript 6.0.2, Vite 8.0.3, Vitest 4.1.2, Cypress 15.13.0
**Runtime**: Node.js 25, ES2025 target, ESNext modules
**Deploy**: GitHub Pages + AWS S3 dual deployment
**Languages**: 14-language support (EN, SV, DA, NO, FI, DE, FR, ES, NL, AR, HE, JA, KO, ZH)
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

The language list uses "NO" for Norwegian, but later in this document you explicitly require BCP-47 nb (and note "nb not no"). To avoid contradictory guidance (and potential CI/SEO errors), update the language list to use nb/NB consistently (or remove the "NO" abbreviation).

Suggested change
**Languages**: 14-language support (EN, SV, DA, NO, FI, DE, FR, ES, NL, AR, HE, JA, KO, ZH)
**Languages**: 14-language support (EN, SV, DA, NB, FI, DE, FR, ES, NL, AR, HE, JA, KO, ZH)

Copilot uses AI. Check for mistakes.
- Use available agents and skills for specialized tasks
- Run checks and validations before committing

### 2. Never Create New Markdown Files (Unless Explicitly Requested)
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

Section "### 2. Never Create New Markdown Files (Unless Explicitly Requested)" is now empty. This reads like an incomplete edit and removes the actionable guidance that the heading implies; consider adding back 1–2 concise bullets (or removing the heading if intentionally omitted).

Suggested change
### 2. Never Create New Markdown Files (Unless Explicitly Requested)
### 2. Never Create New Markdown Files (Unless Explicitly Requested)
- Update and extend existing Markdown documentation instead of adding new `.md` files.
- Only create a new Markdown file when the user explicitly requests it.

Copilot uses AI. Check for mistakes.
@pethers
Copy link
Copy Markdown
Member

pethers commented Apr 2, 2026

@copilot apply changes based on the comments in this thread

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

Copilot reviewed 23 out of 23 changed files in this pull request and generated 3 comments.

Comment on lines +67 to +72
/* Colors */
--primary-cyan: #00d9ff; --primary-magenta: #ff006e; --primary-yellow: #ffbe0b;
--dark-bg: #0a0e27; --mid-bg: #1a1e3d; --light-text: #e0e0e0;
/* Typography */
--font-primary: 'Inter', sans-serif; --font-heading: 'Orbitron', sans-serif;
/* Breakpoints: 320px (default) → 768px (tablet) → 1024px (desktop) → 1440px (large) */
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

The CSS snippet lists custom properties without a selector (e.g., :root { ... }), so it isn't valid CSS as written and may confuse readers trying to copy/paste it. Consider wrapping these variables in a :root block (or explicitly label this as “CSS custom properties” rather than a runnable snippet).

Suggested change
/* Colors */
--primary-cyan: #00d9ff; --primary-magenta: #ff006e; --primary-yellow: #ffbe0b;
--dark-bg: #0a0e27; --mid-bg: #1a1e3d; --light-text: #e0e0e0;
/* Typography */
--font-primary: 'Inter', sans-serif; --font-heading: 'Orbitron', sans-serif;
/* Breakpoints: 320px (default) → 768px (tablet) → 1024px (desktop) → 1440px (large) */
:root {
/* Colors */
--primary-cyan: #00d9ff;
--primary-magenta: #ff006e;
--primary-yellow: #ffbe0b;
--dark-bg: #0a0e27;
--mid-bg: #1a1e3d;
--light-text: #e0e0e0;
/* Typography */
--font-primary: 'Inter', sans-serif;
--font-heading: 'Orbitron', sans-serif;
/* Breakpoints: 320px (default) → 768px (tablet) → 1024px (desktop) → 1440px (large) */
}

Copilot uses AI. Check for mistakes.
---
```

Available toolsets: `context`, `repos`, `issues`, `pull-requests`, `users`, `projects`, `actions`, `security`, `discussions`, `stars`, `notifications`, `gists`
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

The “Available toolsets” list omits the all value, but this repo’s agentic workflows use tools.github.toolsets: ['all'] (e.g. news workflows). Either include all in the list or clarify that it’s a supported shorthand for enabling every toolset.

Suggested change
Available toolsets: `context`, `repos`, `issues`, `pull-requests`, `users`, `projects`, `actions`, `security`, `discussions`, `stars`, `notifications`, `gists`
Available toolsets: `all`, `context`, `repos`, `issues`, `pull-requests`, `users`, `projects`, `actions`, `security`, `discussions`, `stars`, `notifications`, `gists` (`all` is a shorthand that enables every GitHub toolset)

Copilot uses AI. Check for mistakes.
Comment on lines +639 to +648
### Safe Output Types Reference

| Type | Frontmatter Key | What It Does |
|------|----------------|-------------|
| Issue | `create-issue` | Create/update GitHub issues |
| Pull Request | `create-pull-request` | Create PRs (including cross-repo) |
| Comment | `add-comment` | Add comments to issues/PRs |
| Label | `add-labels` | Add labels to issues/PRs |
| File | `create-or-update-file` | Modify repository files |
| Noop | *(default)* | Read-only, no writes |
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

The “Safe Output Types Reference” table appears to be presented as a complete reference, but it’s missing safe output types used in this repo (e.g. dispatch-workflow, plus config keys like allowed-domains). Either add the missing types/keys or explicitly note the table is non-exhaustive to avoid misleading workflow authors.

Copilot uses AI. Check for mistakes.
@pethers
Copy link
Copy Markdown
Member

pethers commented Apr 2, 2026

@copilot apply changes based on the comments in this thread

…ed-domains to safe outputs (review feedback)

Agent-Logs-Url: https://github.com/Hack23/riksdagsmonitor/sessions/16d648c9-e9d7-4d8c-82da-810f5eb75bb4

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 2, 2026

@copilot apply changes based on the comments in this thread

All 3 items fixed in 0c78118:

  • CSS custom properties wrapped in :root { } selector
  • Added all shorthand to GitHub toolsets list with explanation
  • Added dispatch-workflow type and allowed-domains key to safe output types reference table

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

🔍 Lighthouse Performance Audit

Category Score Status
Performance 85/100 🟡
Accessibility 95/100 🟢
Best Practices 90/100 🟢
SEO 95/100 🟢

📥 Download full Lighthouse report

Budget Compliance: Performance budgets enforced via budget.json

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

Copilot reviewed 23 out of 23 changed files in this pull request and generated 2 comments.

Comment on lines +862 to +863
id: claude # Options: copilot, claude, codex, gemini
model: claude-3-5-sonnet # Engine-specific model identifier
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

The engine example uses engine.id: claude, but this repo’s agentic workflows consistently use engine.id: copilot while selecting Claude via the model field (e.g. .github/workflows/news-article-generator.md:113-115). To avoid confusing readers and to match repo conventions, update the example (or add a clarifying note) to reflect the id: copilot + Claude model pattern used here.

Suggested change
id: claude # Options: copilot, claude, codex, gemini
model: claude-3-5-sonnet # Engine-specific model identifier
id: copilot # Repo convention: use Copilot engine, select Claude via `model`
model: claude-3-5-sonnet # Engine-specific model identifier (Claude via Copilot)

Copilot uses AI. Check for mistakes.
Comment on lines +844 to +845
firewall:
allow:
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

This workflow-frontmatter example uses firewall: allow: ..., but the repo’s gh-aw workflows configure outbound access via the network: allowed: key (see e.g. .github/workflows/news-article-generator.md:48-62) and safe-outputs uses allowed-domains:. Consider aligning this example with the network.allowed pattern used in this repository (or document both schemas explicitly) to prevent copy/paste misconfiguration.

Suggested change
firewall:
allow:
network:
allowed:

Copilot uses AI. Check for mistakes.
@pethers
Copy link
Copy Markdown
Member

pethers commented Apr 2, 2026

@copilot apply changes based on the comments in this thread

…lowed pattern (review feedback)

Agent-Logs-Url: https://github.com/Hack23/riksdagsmonitor/sessions/96a76339-ded2-4932-821d-4a7c09a69e29

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 2, 2026

@copilot apply changes based on the comments in this thread

Both items fixed in 9e74c82:

  • Engine example now uses id: copilot with Claude selected via model field, matching repo convention in news-article-generator.md
  • Firewall example now uses network: allowed: key matching repo's actual workflow pattern

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

🔍 Lighthouse Performance Audit

Category Score Status
Performance 85/100 🟡
Accessibility 95/100 🟢
Best Practices 90/100 🟢
SEO 95/100 🟢

📥 Download full Lighthouse report

Budget Compliance: Performance budgets enforced via budget.json

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

Copilot reviewed 23 out of 23 changed files in this pull request and generated 3 comments.

Comment on lines +929 to +933
```markdown
---
on:
schedule: daily # gh-aw shorthand for once per day
# Equivalent cron syntax:
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

The example recommends on: schedule: daily, but in this repository the workflow architecture tests enforce explicit cron: schedules for dedicated article-type workflows (and the multi-type generator is expected to avoid schedules entirely). To avoid contributors copying an example that would conflict with repo conventions/tests, consider either switching the example to explicit cron syntax or adding a repo-specific note that schedule: daily is a gh-aw feature but this repo uses cron: in workflow frontmatter.

Copilot uses AI. Check for mistakes.
```markdown
---
on:
schedule: daily # gh-aw shorthand (equivalent to cron: "0 0 * * *")
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

This repo’s CI expects explicit cron: schedules in agentic workflow frontmatter (and currently doesn’t use the schedule: daily shorthand). Using schedule: daily in the quick-start example may mislead contributors into adding workflows that don’t match repository conventions/tests; consider changing the snippet to a schedule: [{ cron: ... }] example or adding a note that this shorthand is not used in this repo.

Suggested change
schedule: daily # gh-aw shorthand (equivalent to cron: "0 0 * * *")
schedule:
- cron: "0 0 * * *" # daily at 00:00 UTC (explicit cron as used in this repo's CI)

Copilot uses AI. Check for mistakes.
### HTML: Semantic HTML5, ARIA, mobile-first, no div soup, no inline styles
### CSS: Custom properties, Grid/Flexbox, cyberpunk theme, 4.5:1 contrast, no frameworks
### TypeScript: ES2025 target, strict mode, ESLint with es2025 globals
### Multi-Language: 14 files per page, RTL for AR/HE, hreflang SEO, BCP-47 `nb` for Norwegian
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

The instructions state Norwegian should use BCP-47 nb, but the generated site content still uses no broadly (e.g., many news pages use lang="no" / hreflang="no"). Either align the repo output to nb (including hreflang/lang + any filename conventions) or clarify in these instructions that the repo hasn’t fully migrated yet, to avoid inconsistent guidance.

Suggested change
### Multi-Language: 14 files per page, RTL for AR/HE, hreflang SEO, BCP-47 `nb` for Norwegian
### Multi-Language: 14 files per page, RTL for AR/HE, hreflang SEO, Norwegian uses BCP-47 `nb` (preferred) though some existing content still uses legacy `no`; keep instructions and site output in sync during migration.

Copilot uses AI. Check for mistakes.
@pethers
Copy link
Copy Markdown
Member

pethers commented Apr 2, 2026

@copilot apply changes based on the comments in this thread

… note (review feedback)

Agent-Logs-Url: https://github.com/Hack23/riksdagsmonitor/sessions/c667cbd1-13b9-48be-8d6c-5bee572dc958

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 2, 2026

@copilot apply changes based on the comments in this thread

All 3 items fixed in f974a26:

  • Both schedule examples (workflow-authoring SKILL.md and gh-aw-README.md) now use explicit cron: syntax matching this repo's CI convention instead of schedule: daily shorthand
  • Multi-Language guidance now notes that nb is preferred but existing content still uses legacy no, to avoid inconsistent guidance during migration

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

🔍 Lighthouse Performance Audit

Category Score Status
Performance 85/100 🟡
Accessibility 95/100 🟢
Best Practices 90/100 🟢
SEO 95/100 🟢

📥 Download full Lighthouse report

Budget Compliance: Performance budgets enforced via budget.json

@pethers pethers merged commit 73f6307 into main Apr 2, 2026
12 checks passed
@pethers pethers deleted the copilot/update-gh-aw-skills-and-docs branch April 2, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent Agent configuration documentation Documentation updates size-xl Extra large change (> 1000 lines) skill Skill configuration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants