publish
Publish the current repository to GitHub, or review and update its GitHub setup.
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", "закоммить", "сделай коммит", "коммит и пуш", "commit and push"
$ npx -y skills add DefaultPerson/agent-setup --skill commit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/commitContext preview
The summary Claude sees to decide when to auto-load this skill.
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", "закоммить", "сделай коммит", "коммит и пуш", "commit and push"
name: commit description: > 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", "закоммить", "сделай коммит", "коммит и пуш", "commit and push" allowed-tools: [Bash] disallowed-tools: [Edit, Write, MultiEdit, NotebookEdit]
!`git status -sb 2>&1 | head -40` !`git diff --stat HEAD 2>/dev/null | tail -25` !`git log --oneline -8 2>/dev/null | cat`
Requested header (may be empty): $ARGUMENTS
If the request also asks to push or open a PR ("и пуш", "and push", "сделай пр"), continue with the push-and-pr skill.
Universal setup for Claude Code and OpenAI Codex CLI — security hooks, notifications, status line, and skills.
Publish the current repository to GitHub, or review and update its GitHub setup.
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", "сделай…
Load a compact snapshot of the current repository into context — structure, stack, docs, git state.