Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
tursodatabase avatar

Pr Workflow

  • 928 installs
  • 23.5k repo stars
  • Updated July 28, 2026
  • tursodatabase/turso

pr-workflow is a Turso agent skill that enforces atomic commits, focused pull requests, CI practices, and secure dependencies for developers collaborating with AI coding agents on GitHub.

About

pr-workflow is a Turso-published agent skill outlining general guidelines for commits, formatting, CI, dependencies, and security when AI agents contribute to a repository. It mandates atomic commits that separate logic from formatting, encourages git rebase -i for clean history, and keeps pull requests small with relevant tests run before submission. The skill documents GitHub Action constraints such as max-turn limits in .github/workflows/claude.yml and allows WIP commits or WIP PRs when continuing across actions. Developers reach for pr-workflow when agent-assisted changes risk noisy diffs, mixed concerns, or unsafe dependency updates before merge.

  • Atomic commits with single-purpose focus and clear intent messages
  • Strict rules against mixing logic changes with formatting or refactoring
  • Focused, small PRs that run relevant tests before submission
  • CI environment guidance for GitHub Actions including WIP commits and max-turns limits
  • Security rules that prohibit committing .env files, credentials, or secrets

Pr Workflow by the numbers

  • 928 all-time installs (skills.sh)
  • +45 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #67 of 739 Git & Pull Requests skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/tursodatabase/turso --skill pr-workflow

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs928
repo stars23.5k
Security audit3 / 3 scanners passed
Last updatedJuly 28, 2026
Repositorytursodatabase/turso

How do you keep AI agent PRs clean?

Enforce clean commit history, focused PRs, and secure dependency practices when collaborating with AI coding agents.

Who is it for?

Teams using AI coding agents on GitHub who need disciplined commits, small PRs, and CI-aware collaboration rules.

Skip if: Solo experiments without version control or projects that do not use pull-request-based collaboration.

When should I use this skill?

An AI agent prepares commits, opens a PR, runs CI, or updates dependencies and history hygiene matters.

What you get

Atomic commit history, focused pull request, pre-merge test run, and dependency-security checks.

  • atomic commit series
  • focused pull request

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

FAQ

What commit rules does pr-workflow enforce?

pr-workflow enforces atomic, single-purpose commits that do not mix logic with formatting or refactoring, and recommends git rebase -i to maintain a clean history before pull requests.

How does pr-workflow handle AI agents in GitHub Actions?

pr-workflow notes max-turn limits in .github/workflows/claude.yml and permits WIP commits or WIP pull requests when an agent continues work across subsequent GitHub Action runs.

Is Pr Workflow safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Git & Pull Requestsgitintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.