pr-workflow

- Atomic commits. Small, focused, single purpose

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pr-workflow" with this command: npx skills add tursodatabase/turso/tursodatabase-turso-pr-workflow

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:

  • Add license file under licenses/

  • 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-quality

No summary provided by upstream source.

Repository SourceNeeds Review
Research

index-knowledge

No summary provided by upstream source.

Repository SourceNeeds Review
General

debugging

No summary provided by upstream source.

Repository SourceNeeds Review
General

storage-format

No summary provided by upstream source.

Repository SourceNeeds Review