用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Lord1Egypt/ai-skillforge --skill agent-prompt-quick-pr-creation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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.
基于 SOC 职业分类
正在显示 SKILL.md
| 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.