How to install pr-workflow
npx skills add https://github.com/tursodatabase/turso --skill pr-workflowFull instructions (SKILL.md)
Source of truth, from tursodatabase/turso.
name: pr-workflow description: General guidelines for Commits, formatting, CI, dependencies, security
PR Workflow Guide
Commit Practices
- Atomic commits. Small, focused, single purpose
- Don't mix: logic + formatting, logic + refactoring
- Good message = easy to write short description of intent
Learn git rebase -i for clean history.
PR Guidelines
- Keep PRs focused and small
- Run relevant tests before submitting
- Each commit tells part of the story
CI Environment Notes
If running as GitHub Action:
- Max-turns limit in
.github/workflows/claude.yml - OK to commit WIP state and push
- OK to open WIP PR and continue in another action
- Don't spiral into rabbit holes. Stay focused on key task
Security
Never commit:
.envfiles- Credentials
- Secrets
Third-Party Dependencies
When adding:
- Add license file under
licenses/ - Update
NOTICE.mdwith dependency info
External APIs/Tools
- Never guess API params or CLI args
- Search official docs first
- Ask for clarification if ambiguous
Related skills
More from tursodatabase/turso and the wider catalog.

storage-format
SQLite file format, B-trees, pages, cells, overflow, freelist that is used in tursodb

testing
How to write tests, when to use each type of test, and how to run them. Contains information about conversion of `.test` to `.sqltest`, and how to write `.sqltest` and rust tests

transaction-correctness
How WAL mechanics, checkpointing, concurrency rules, recovery work in tursodb

async-io-model
Explanations of common asynchronous patterns used in tursodb. Involves IOResult, state machines, re-entrancy pitfalls, CompletionGroup. Always use these patterns in `core` when doing anything IO
kami
Typeset professional documents and landing pages with warm parchment design and serif hierarchy.
check
Reviews code diffs, PRs, issue queues, release readiness, and project audits before shipping.