commit
Commit the current changes as Conventional Commits; continues with push-and-pr when the user also asks to push or open a PR. Triggers: "commit", "/commit",…
Push the current branch, open or update its pull request, and merge it when asked. Triggers: "push-and-pr", "/push-and-pr", "push and pr", "create pr", "сделай пр", "запушь"
$ npx -y skills add DefaultPerson/agent-setup --skill push-and-pr --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/push-and-prContext preview
The summary Claude sees to decide when to auto-load this skill.
Push the current branch, open or update its pull request, and merge it when asked. Triggers: "push-and-pr", "/push-and-pr", "push and pr", "create pr", "сделай пр", "запушь"
name: push-and-pr description: > Push the current branch, open or update its pull request, and merge it when asked. Triggers: "push-and-pr", "/push-and-pr", "push and pr", "create pr", "сделай пр", "запушь" allowed-tools: [Bash] disallowed-tools: [Edit, Write, MultiEdit, NotebookEdit]
!`git status -sb 2>&1 | head -20`
$ARGUMENTS
Universal setup for Claude Code and OpenAI Codex CLI — security hooks, notifications, status line, and skills.
Commit the current changes as Conventional Commits; continues with push-and-pr when the user also asks to push or open a PR. Triggers: "commit", "/commit",…
Publish the current repository to GitHub, or review and update its GitHub setup.
Load a compact snapshot of the current repository into context — structure, stack, docs, git state.