Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
6e7e827
Add integrate-serverlogic skill for Power Pages Server Logic
Mar 19, 2026
8534ae7
Fix server logic file location and add YAML metadata support
Mar 20, 2026
710354d
Add table permissions phase for Dataverse connector access
Mar 20, 2026
b5b2045
Add web role creation and permissions source choice to server logic s…
Mar 25, 2026
76bc1d5
Merge branch 'main' of https://github.com/microsoft/power-platform-sk…
priyanshu92 Mar 26, 2026
19443f9
Update command references in SKILL.md
priyanshu92 Mar 26, 2026
fa73210
Align server logic skill workflow
priyanshu92 Mar 26, 2026
adc1db3
Update server logic skill workflow and bump plugin to v1.2.0
priyanshu92 Mar 26, 2026
24e209f
Address Copilot review feedback on server logic skill
priyanshu92 Mar 26, 2026
23395fe
Enhance server logic validation and documentation
priyanshu92 Mar 30, 2026
aa1d028
Merge remote-tracking branch 'origin/main' into users/suyashpatel/ser…
Apr 1, 2026
800bdb5
Rename integrate-serverlogic skill to add-server-logic
Apr 1, 2026
176dda0
Fix server-logic validator regex and YAML string quoting
Apr 2, 2026
09e3ae7
Add cloud flow skill with intent-based suggestion and re-integration …
Apr 2, 2026
cbf4369
Add document.title requirement for create-site page components
Apr 2, 2026
ae2d377
Fix serverlogic metadata test to expect single-quoted YAML values
Apr 2, 2026
8c7baa1
Prevent render-template from overwriting existing HTML plan files
Apr 2, 2026
186ef9b
Fix server-logic skill accuracy and add secrets management workflow
Apr 2, 2026
8dfe89a
Add integrate-backend meta skill, fix review findings, add missing tests
Apr 2, 2026
2fb0ae3
Fix CI timeout in create-environment-variable test
Apr 2, 2026
c6114ca
Fix CI timeout in store-keyvault-secret test and update Playwright MC…
Apr 6, 2026
4b1e64c
Add Key Concepts and Implementation Order tabs to backend plan, enabl…
Apr 6, 2026
3d97f8a
Fix PR review findings across server-logic, cloud-flow, and integrate…
Apr 6, 2026
5a3e680
Fix PR review findings: fileSlug validation and list-cloud-flows test…
Apr 6, 2026
d4cae01
Update docs links and improve integrate-backend decision framework
Apr 8, 2026
70bc94b
Add plugin version check script and tests
Apr 8, 2026
c509d1b
Add plugin version check to all SKILL.md files and update conventions
Apr 8, 2026
d167f47
Add CI workflow to enforce version check in SKILL.md files
Apr 8, 2026
f90e7cd
Add Azure Key Vault visualization to server logic HTML plan
Apr 8, 2026
28fb565
Address PR review comments on validator, plan template, and SKILL.md
Apr 8, 2026
e5c7afc
Avoid secret exposure in process listings and fix CI fork safety
Apr 8, 2026
9ae9ec2
Fix innerHTML XSS, unused SITE_NAME in script blocks, and cloudflow U…
Apr 8, 2026
908459f
Fix cloudflow validator: flowtriggerurl is always empty in Power Pages
Apr 8, 2026
261ef57
Add Dataverse custom action discovery and wrapping to server logic skill
Apr 8, 2026
541ca31
Address PR review comments: security, robustness, and correctness fixes
Apr 8, 2026
074bf92
Fix ER diagram coloring for Mermaid v11 SVG ID prefix change
Apr 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The script exits silently if `.powerpages-site/site-settings/` does not exist, s
| setup-auth | SetupAuth | Site/AI/Skills/SetupAuth |
| test-site | TestSite | Site/AI/Skills/TestSite |
| audit-permissions | AuditPermissions | Site/AI/Skills/AuditPermissions |
| integrate-serverlogic | IntegrateServerlogic | Site/AI/Skills/IntegrateServerlogic |

Comment thread
priyanshu92 marked this conversation as resolved.
## YAML Format

Expand Down
Loading
Loading