Add a conformance test skill and agentic workflow#7
Merged
jeffhandley merged 3 commits intomainfrom Apr 3, 2026
Merged
Conversation
Add a new conformance-tier-audit skill that orchestrates MCP SDK tier audits by starting the conformance server, pre-building the client, cloning the conformance repo, and delegating to its mcp-sdk-tier-audit skill. Update both conformance-tier-audit and issue-triage skills to write output files to artifacts/skill-output/ (already gitignored via artifacts/). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Create a GitHub Agentic Workflow that runs the MCP SDK conformance tier audit every Thursday at 14:00 UTC (6:00 AM PST). The workflow uses the Copilot CLI engine to follow the conformance-tier-audit skill and writes the assessment and remediation reports to the GitHub Actions step summary. Scheduled runs are blocked on forks; workflow_dispatch works on both upstream and forks. - conformance-tier-audit.md: Source workflow with frontmatter (schedule, runtimes, network, tools) and natural-language instructions for the agent - conformance-tier-audit.lock.yml: Compiled workflow (gh-aw v0.62.2) with SHA-pinned actions and firewall configuration - actions-lock.json: SHA-pinned action references Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add select-copilot-pat composite action with README - Update agentic-workflows agent with mandatory PAT pool instructions - Add PAT pool frontmatter blocks to conformance-tier-audit workflow - Use fork detection instead of repo name check in workflow condition - Change schedule to fuzzy 'weekly on thursday around 9am utc-7' - Move release.md out of .github/workflows/ to avoid treatment as agentic workflow - Recompile conformance-tier-audit lock file Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
No description provided.