Add PowerShell contributor workflows for guide content and translations - #53
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (20)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Prepare completed. Workflow evidence. This is the candidate assessment, not independent policy or deployment approval. Prepare: passCommit: 50a3fe2 · Platform: 1.1.0-PullRequest53.14 · Target: canary Selection: v1.1.0-PullRequest53.14; resolved: v1.1.0-PullRequest53.14; OGP ring: preview.
Guide statusNo guide fixes identified by these checks. Artifact and live-site checks run in later stages. |
|
Preview deployed for commit 50a3fe2: https://blue-field-06cea8c03-53.westeurope.6.azurestaticapps.net/. Live verification follows in Actions. |
There was a problem hiding this comment.
Copilot review overview
🔵 Needs a closer look
The contributor acceptance workflow has two unresolved moderate issues.
Review effort: Lite
Findings: None
What changed in this PR
Adds PowerShell workflows for guide content editing, translation readiness/reconciliation, and packaged contributor validation.
Changes:
- Adds content inventory, editing, and translation commands.
- Updates exports, documentation, agent skills, and site guidance.
- Adds Pester coverage and packaged workflow acceptance tests.
| File | Reviewed changes |
|---|---|
tests/Core/TranslationWorkflows.Tests.ps1 |
Translation workflow coverage |
tests/Core/ContentEditing.Tests.ps1 |
Content editing coverage |
tests/Core/CommandBoundaries.Tests.ps1 |
Command boundary coverage |
system/OpenGuidePlatform.PowerShell.PlatformBuild/Testing/Test-ContributorWorkflow.ps1 |
Packaged contributor acceptance |
system/OpenGuidePlatform.PowerShell.PlatformBuild/README.md |
Contributor acceptance documentation |
system/OpenGuidePlatform.PowerShell.PlatformBuild/OpenGuidePlatform.PowerShell.PlatformBuild.psm1 |
Contributor acceptance integration |
system/OpenGuidePlatform.PowerShell.Core/TranslationReadiness/Set-GuideWrapperTranslation.ps1 |
Shared translation value comparison |
system/OpenGuidePlatform.PowerShell.Core/TranslationReadiness/README.md |
Translation workflow documentation |
system/OpenGuidePlatform.PowerShell.Core/TranslationReadiness/Get-GuideTranslationWork.ps1 |
Translation readiness inspection |
system/OpenGuidePlatform.PowerShell.Core/TranslationReadiness/Edit-GuideTranslation.ps1 |
Translation creation and validation |
system/OpenGuidePlatform.PowerShell.Core/README.md |
Core workflow documentation |
system/OpenGuidePlatform.PowerShell.Core/OpenGuidePlatform.PowerShell.Core.psm1 |
Loads new Core functionality |
system/OpenGuidePlatform.PowerShell.Core/OpenGuidePlatform.PowerShell.Core.psd1 |
Exports new commands |
system/OpenGuidePlatform.PowerShell.Core/Internal/GuideDocuments.ps1 |
Document and safe-write helpers |
system/OpenGuidePlatform.PowerShell.Core/GuideInventory/Get-GuideContent.ps1 |
Guide content inventory |
system/OpenGuidePlatform.PowerShell.Core/ContentEditing/Set-GuideContent.ps1 |
Reviewed source content editing |
system/OpenGuidePlatform.Agents.Integration/skills/USAGE.md |
Shared workflow guidance |
system/OpenGuidePlatform.Agents.Integration/skills/guide.transreconcile/SKILL.md |
Translation reconciliation guidance |
system/OpenGuidePlatform.Agents.Integration/skills/guide.transcreate/SKILL.md |
Translation creation guidance |
system/OpenGuidePlatform.Agents.Integration/instructions/guide-site.md |
Guide-site editing instructions |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Summary
Testing
Summary by CodeRabbit
New Features
Documentation
Tests