Skip to content

[schema-coverage] feat: add schema coverage demo for private field#36200

Merged
pelikhan merged 1 commit into
mainfrom
schema-coverage-private-3306df7f802511a5
Jun 1, 2026
Merged

[schema-coverage] feat: add schema coverage demo for private field#36200
pelikhan merged 1 commit into
mainfrom
schema-coverage-private-3306df7f802511a5

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 1, 2026

Summary

Adds a new schema demo file (schema-demos/schema-demo-private.md) to document and demonstrate the private frontmatter schema field, achieving 100% schema feature coverage across the demo suite.

Changes

Added

  • schema-demos/schema-demo-private.md — New demo workflow file illustrating the private field in the workflow frontmatter schema. This is a documentation/demo-only addition with no logic changes.

Motivation

The private frontmatter field lacked a dedicated demo entry in the schema-demos directory. This gap meant the demo suite did not fully cover all supported schema fields. This PR closes that gap to ensure every schema feature is represented and discoverable.

Impact

  • Breaking change: No
  • Runtime behaviour: No change — demo files are documentation only
  • Test impact: None
  • Schema coverage: Now complete (100%)

Checklist

  • Demo file follows existing schema-demo conventions
  • No production code modified
  • No breaking changes

Generated by PR Description Updater for issue #36200 · sonnet46 618.2K ·

@pelikhan pelikhan marked this pull request as ready for review June 1, 2026 11:22
Copilot AI review requested due to automatic review settings June 1, 2026 11:22
@pelikhan pelikhan merged commit c558c81 into main Jun 1, 2026
4 checks passed
@pelikhan pelikhan deleted the schema-coverage-private-3306df7f802511a5 branch June 1, 2026 11:22
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Jun 1, 2026

PR Code Quality Reviewer completed the code quality review.

No action needed: PR #36200 is already merged. The single changed file (schema-demos/schema-demo-private.md) is a minimal documentation-only demo workflow with no code logic, no Go changes, and no security-sensitive content. Nothing to flag.

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Jun 1, 2026

🧪 Test Quality Sentinel completed test quality analysis.

No test files were added or modified in this PR. The only changed file is schema-demos/schema-demo-private.md (a workflow demo markdown file). Test Quality Sentinel skipped.

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Jun 1, 2026

🧠 Matt Pocock Skills Reviewer has completed the skills-based review. ✅

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Jun 1, 2026

Design Decision Gate 🏗️ completed the design decision gate check.

No ADR enforcement needed: PR #36200 does not have the 'implementation' label (has_implementation_label=false) and has 0 new lines of code in business logic directories (requires_adr_by_default_volume=false, threshold=100). Changes are limited to .github skill scripts and an MCP server file outside enforced business-logic paths.

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

Adds a minimal schema-coverage demo workflow showing how to use the private frontmatter field, aligning with the existing schema-demos/ patterns to improve schema feature coverage.

Changes:

  • Add schema-demos/schema-demo-private.md demonstrating private: true in frontmatter.
  • Include a minimal noop task payload consistent with other schema demo workflows.
Show a summary per file
File Description
schema-demos/schema-demo-private.md Adds a minimal frontmatter + noop demo covering the private schema field.

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: 0

@github-actions github-actions Bot mentioned this pull request Jun 1, 2026
Copy link
Copy Markdown
Contributor Author

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Skills-Based Review 🧠

Applied /grill-with-docs — the file follows the established schema-demo pattern accurately, and the private: true semantics are described correctly.

📋 Highlights

Positive Highlights

  • ✅ Frontmatter structure is consistent with all other schema-demos/ files
  • private: true field value is correct (boolean, not string)
  • ✅ Field description accurately reflects the gh aw add sharing restriction
  • ✅ Task body properly calls noop, the right pattern for a coverage-only demo

Minor observation

Build validation was skipped (blocked proxy.golang.org), but this is a known environment limitation noted in the PR description — schema conformance will be verified when CI runs.

🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · sonnet46 824.7K

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants