Automates the full PR workflow: stages and commits your changes with conventional commit format, pushes to remote, analyzes the diff against the base branch, then generates a properly formatted PR title and description. It creates separate commits for distinct logical changes, synthesizes a higher-level title for multi-commit PRs, and structures the description with summary, changes, breaking changes, and notes sections. The smart part is that it respects existing PR content instead of blindly overwriting it, and it knows to create a feature branch if you're accidentally on main. Enforces pre-commit checks and requires AI authorship attribution in commits. Basically turns "I need to ship this" into one command instead of five.
npx skills add https://github.com/flora131/atomic --skill gh-create-pr