Pr Workflow

Land changes via PRs with CI + AI review loops (issue -> branch/worktree -> PR). Use when this capability is needed.

tomevault-io Updated

File contents

Reference

  • Canonical workflow: docs/dev/pr-workflow.md
  • PR template: .github/pull_request_template.md
  • Worktrees: docs/dev/worktrees.md

Quick local gate

npm ci
npm run format:check
npm run check

Merge readiness

  • Required checks pass.
  • PR review threads are resolved (or explicitly addressed).

Notes

  • Never paste secrets into PRs.
  • If build fails due to missing Prisma client types, run npm run prisma:generate.

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/basic-bit--drasil--pr-workflow commit f5c83f4628

Frequently asked questions

npx skillmds@latest add tomevault-io/pr-workflow