Merged
Conversation
…pdates - Add Playwright MCP server for post-deployment browser verification - Add Step 9 (Verify in Browser) with direct genux page URL navigation - Add common Playwright error handling guidance - Require PAC CLI >= 2.3.1 with pac help for version check - Add --model parameter to all upload commands - Improve gather requirements flow (new/edit, page type picker, data source, requirements) - Add planning step to workflow before code generation - Add forward-slash warning for Windows bash path escaping - Add recommended permissions section to AGENTS.md - Whitelist Playwright MCP tools and npx in settings.json Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Expand Step 9 with structural checks (accessibility snapshots) and interactive testing (clicks, sort, navigation) using Playwright MCP tools. Add browser_navigate, browser_snapshot, browser_click, browser_take_screenshot, and browser_wait_for to allowed-tools. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…t fixes, rename rules ref - Add model: opus to genpage SKILL.md frontmatter - Add TaskCreate/TaskUpdate/TaskList to allowed-tools - Add Key Decision Points section to SKILL.md - Replace hardcoded claude-sonnet-4-5-20250929 with <current-model-id> in SKILL.md and pac-cli-reference.md - Fix Playwright permission prefix: mcp__playwright__* → mcp__plugin_power-apps_playwright__* - Add Playwright browser verification troubleshooting section - Rename genux-rules-reference.md → genpage-rules-reference.md and update all references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Plugin's allowed-tools in SKILL.md frontmatter handles tool permissions; the manual settings.json section was redundant and prone to going stale. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
priyanshu92
approved these changes
Feb 25, 2026
This pull request was closed.
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.
Improve genpage skill: model, task tools, dynamic model ID, Playwright fixes, rename rules ref