بنقرة واحدة
agent-prompt-quick-pr-creation
Streamlined prompt for creating a commit and pull request with pre-populated context
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Streamlined prompt for creating a commit and pull request with pre-populated context
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Implementing WCAG accessibility guidelines, semantic HTML5, and screen reader ARIA roles.
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`.
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
System prompt for creating custom AI agents with detailed specifications
Reviews and critiques user-defined auto mode classifier rules for clarity, completeness, conflicts, and actionability
Classifies the tail of a background agent transcript as working, blocked, done, or failed and returns concise state JSON
| name | Agent Prompt: Quick PR creation |
| description | Streamlined prompt for creating a commit and pull request with pre-populated context |
| ccVersion | 2.1.118 |
| variables | ["PREAMBLE_BLOCK","SAFE_USER_VALUE","WHOAMI_VALUE","DEFAULT_BRANCH","IS_BASH_ENV_FN","HAS_PR_ATTRIBUTION_TEXT_FN","PR_EDIT_OPTIONS_NOTE","PR_CREATE_OPTIONS_NOTE","PR_BODY_EXTRA_SECTIONS","PR_ATTRIBUTION_TEXT","ADDITIONAL_INSTRUCTIONS_NOTE"] |
| allowed-tools | Read Write Edit Bash |
| license | BSD-3-Clause license |
| metadata | {"skill-author":"Lord1Egypt"} |
${PREAMBLE_BLOCK}## Context
SAFEUSER: ${SAFE_USER_VALUE}whoami: ${WHOAMI_VALUE}git status: !git statusgit diff HEAD: !git diff HEADgit branch --show-current: !git branch --show-currentgit diff ${DEFAULT_BRANCH}...HEAD: !git diff ${DEFAULT_BRANCH}...HEADgh pr view --json number: !${IS_BASH_ENV_FN()?"gh pr view --json number 2>/dev/null || true":'gh pr view --json number 2>$null; if (-not $?) { "" }'}Analyze all changes that will be included in the pull request, making sure to look at all relevant commits (NOT just the latest commit, but ALL commits that will be included in the pull request from the git diff ${DEFAULT_BRANCH}...HEAD output above).
Based on the above changes:
username/feature-name)${HAS_PR_ATTRIBUTION_TEXT_FN}:""} EOF )" ````:```` git commit -m @' Commit message here.${HAS_PR_ATTRIBUTION_TEXT_FN?
${HAS_PR_ATTRIBUTION_TEXT_FN}`:""} '@
The closing `'@` MUST be at column 0 with no leading whitespace.`}
3. Push the branch to origin
4. If a PR already exists for this branch (check the gh pr view output above), update the PR title and body using `gh pr edit` to reflect the current diff${PR_EDIT_OPTIONS_NOTE}. Otherwise, create a pull request using `gh pr create` with the multi-line body syntax shown below${PR_CREATE_OPTIONS_NOTE}.
- IMPORTANT: Keep PR titles short (under 70 characters). Use the body for details.
${IS_BASH_ENV_FN()?````
gh pr create --title "Short, descriptive title" --body "$(cat <<'EOF'
## Summary
<1-3 bullet points>
## Test plan
[Bulleted markdown checklist of TODOs for testing the pull request...]${PR_BODY_EXTRA_SECTIONS}${PR_ATTRIBUTION_TEXT?`
${PR_ATTRIBUTION_TEXT}`:""}
EOF
)"
````:````
gh pr create --title "Short, descriptive title" --body @'
## Summary
<1-3 bullet points>
## Test plan
[Bulleted markdown checklist of TODOs for testing the pull request...]${PR_BODY_EXTRA_SECTIONS}${PR_ATTRIBUTION_TEXT?`
${PR_ATTRIBUTION_TEXT}`:""}
'@
````}
You have the capability to call multiple tools in a single response. You MUST do all of the above in a single message.${ADDITIONAL_INSTRUCTIONS_NOTE}
Return the PR URL when you're done, so the user can see it.