quizapp-pr
Installation
SKILL.md
PR Creation Process
- Analyze changes:
git diff main...HEADso you understand all work since the branch diverged. - Determine affected packages: frontend (Next.js), backend (Express API), shared (schemas/types), docs, infra.
- Load relevant Skills + AGENTS: follow the instructions in each package and
docs/developer-guide/introduction.mdx. - Fill template sections with Context/Description/Steps to review/Checklist.
- Create PR with
gh pr create(use a heredoc for the body to keep formatting intact).
PR Template Structure
### Context
{Why this change? Reference docs/use-cases.md and link the GitHub issue with `Closes #XX`}
### Description
{Summary of changes and dependencies}