Add a Companion skill to the RBA Summary Scrip - #2579
Draft
Shane Ferrell (Shanefe) wants to merge 2 commits into
Draft
Add a Companion skill to the RBA Summary Scrip#2579Shane Ferrell (Shanefe) wants to merge 2 commits into
Shane Ferrell (Shanefe) wants to merge 2 commits into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Shane Ferrell (Shanefe)
marked this pull request as draft
August 29, 2026 00:30
Contributor
There was a problem hiding this comment.
Pull request overview
This PR modernizes Get-RBASummary.ps1 into a best-effort evidence collector that produces structured JSON output (with findings, collector status, and optional targeted meeting log correlation), updates the public documentation accordingly, and extends the build pipeline to generate a companion troubleshooting skill artifact.
Changes:
- Enhanced
Get-RBASummary.ps1with independent collectors, structured error capture, and a versioned JSON report (plus optional targeted meeting log search via-MeetingSubject). - Expanded documentation to describe JSON output, privacy modes, targeted meeting log behavior, and skill usage flow.
- Updated build pipeline (and spellcheck dictionary) to support producing a companion “prototype skill” output.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/Calendar/Get-RBASummary.md | Documents the new JSON report, privacy/targeted meeting behavior, and troubleshooting skill usage. |
| Calendar/Get-RBASummary.ps1 | Adds best-effort collectors, structured JSON output, and targeted meeting log correlation helpers. |
| .build/cspell-words.txt | Adds “Goid” to the spellcheck allowlist for new log/GOID terminology. |
| .build/Build.ps1 | Attempts to add build support for generating the skill artifact into dist/. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Modernizes Get-RBASummary.ps1 into a best-effort evidence collector with structured JSON output and adds an EXO RBA troubleshooting skill for safe, deterministic analysis.
Changes