General
PromptBeginner5 minmarkdown
Untitled Skill
193
Generate a pull request summary for the current branch
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
Generate a pull request summary for the current branch.
git log main..HEAD --oneline
git diff main...HEAD --stat
workspace.dsl changed)## Summary
[1-3 bullet points describing the changes]
## Changes
**Frontend (`src/`)**
- [Changes]
**Backend (`api/`)**
- [Changes]
**Architecture / ADRs**
- [Changes — note if `architecture.json` was regenerated]
**CI / Infra**
- [Changes]
## Test Plan
- [ ] Pre-commit checks pass (lint + dotnet build)
- [ ] Manual smoke test: start `func start` + `swa start`, test affected flow
- [ ] Architecture sync verified (`./Convert-DslToArchitecture.ps1` run if DSL changed)
- [ ] No secrets in staged files