skills/smithery.ai/quizapp-pr

quizapp-pr

Installation
SKILL.md

PR Creation Process

  1. Analyze changes: git diff main...HEAD so you understand all work since the branch diverged.
  2. Determine affected packages: frontend (Next.js), backend (Express API), shared (schemas/types), docs, infra.
  3. Load relevant Skills + AGENTS: follow the instructions in each package and docs/developer-guide/introduction.mdx.
  4. Fill template sections with Context/Description/Steps to review/Checklist.
  5. 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}
Installs
1
First Seen
Apr 15, 2026
quizapp-pr from smithery.ai