A solid set of guardrails for Claude when it's working in GitHub repos, especially as an automated action. Covers the basics you'd want enforced: atomic commits, clean PR hygiene, not mixing refactors with logic changes, and security essentials like keeping secrets out of version control. The CI-specific notes are the useful part here, explicitly allowing WIP commits and PRs when running in GitHub Actions with turn limits, which prevents the frustrating scenario where Claude tries to perfect everything in one shot. Also includes practical rules about looking up API docs instead of guessing and tracking third-party licenses properly. Nothing groundbreaking, but it'll save you from reviewing messy PRs or cleaning up credential leaks.
npx skills add https://github.com/tursodatabase/turso --skill pr-workflow