Skip to content
Data
Skill

/pr-workflow

General guidelines for Commits, formatting, CI, dependencies, security

From plugin
turso
24k13 skills
Install
$ npx -y skills add tursodatabase/turso --skill pr-workflow --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/pr-workflow

Context preview

The summary Claude sees to decide when to auto-load this skill.

General guidelines for Commits, formatting, CI, dependencies, security

SKILL.md

pr-workflow.SKILL.md
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:

  • `.env` files
  • Credentials
  • Secrets

Third-Party Dependencies

When adding: 1. Add license file under `licenses/` 2. Update `NOTICE.md` with dependency info

External APIs/Tools

  • Never guess API params or CLI args
  • Search official docs first
  • Ask for clarification if ambiguous
Ships withturso

A SQL database in Rust: SQLite-compatible, now also speaking Postgres (experimental). The LLVM of databases.

Get the whole plugin
Stats
23,792
Stars
1,250
Forks
Active
Maintenance
Rust
Language
MIT
License
1h ago
Last commit
2y ago
Created

Repo: tursodatabase/turso