بنقرة واحدة
cpr
Commit changes and create a GitHub PR. Creates a new branch if on main/master (unless CLAUDE.md says otherwise).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Commit changes and create a GitHub PR. Creates a new branch if on main/master (unless CLAUDE.md says otherwise).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
How to invoke the Codex CLI (`codex`) from the shell. Read this BEFORE shelling out to `codex` for any nontrivial task — it covers calling the real binary (not the Superconductor wrapper, which hangs) and capturing output with `-o` so the answer doesn't get buried in the agent-session stream.
Interact with Google Docs & Drive — read, edit, search, comment, share, create docs, list/pull/push content. Use whenever JP wants to read or modify a Google Doc or Drive file (fetch a doc's text, leave a comment, find a file, etc.).
Batch-process Asana tickets — bugs and small / well-specified features — tagged jpa-bugfixes-today into PRs. Spawns a subagent per ticket in parallel worktrees with Codex plan-review and diff-review.
Interact with Asana — tasks, My Tasks, projects, sections, tags, users, workspaces. Use whenever JP wants to read or modify Asana data (look up or edit a task, list My Tasks, comment, find a project, etc.).
Query Better Stack Telemetry logs — errors, warnings, full-text search, request traces, tail, stats. Use whenever JP wants to look at logs or investigate the context around a failure (what happened around an error, logs for a request id, recent errors, etc.).
Interact with Sentry — issues, errors, events, traces, releases, projects, dashboards. Use whenever JP wants to read or modify Sentry data (triage an issue, look up an error, inspect a trace, manage a release, etc.).
استنادا إلى تصنيف SOC المهني
| name | cpr |
| description | Commit changes and create a GitHub PR. Creates a new branch if on main/master (unless CLAUDE.md says otherwise). |
| allowed-tools | ["Bash(git checkout *)","Bash(git switch *)","Bash(git add *)","Bash(git commit *)","Bash(git status *)","Bash(git diff *)","Bash(git log *)","Bash(git branch *)","Bash(git push *)","Bash(gh pr create *)","Bash(gh pr view *)","Read","Grep","Glob"] |
Stage changes, commit, and create a GitHub pull request.
Stage and commit the current changes. Follow the standard git commit protocol including from the user's preferences. If on main/master, check CLAUDE.md for branch policies and create a new branch if needed.
Add exactly one co-author trailer appropriate to the agent making the commit:
Co-authored-by: Claude <noreply@anthropic.com>Co-authored-by: OpenAI Codex <codex@openai.com>No need to create a separate file for the PR description draft or to ask the
user to review it. Simply push to the remote and create a non-draft PR using
gh. Do not pass --draft unless the user explicitly asks for a draft PR.