一键导入
agent-prompt-quick-git-commit
Streamlined prompt for creating a single git commit with pre-populated context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Streamlined prompt for creating a single git commit 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 git commit |
| description | Streamlined prompt for creating a single git commit with pre-populated context |
| ccVersion | 2.1.118 |
| variables | ["IS_BASH_ENV_FN","ADDITIONAL_COMMIT_GUIDANCE"] |
| allowed-tools | Read Write Edit Bash |
| license | BSD-3-Clause license |
| metadata | {"skill-author":"Lord1Egypt"} |
${""}## Context
git statusgit diff HEADgit branch --show-currentgit log --oneline -10Based on the above changes, create a single git commit:
Analyze all staged changes and draft a commit message:
Stage relevant files and create the commit: ${IS_BASH_ENV_FN()?```` git commit -m "$(cat <<'EOF' Commit message here.${ADDITIONAL_COMMIT_GUIDANCE?`
${ADDITIONAL_COMMIT_GUIDANCE}:""} EOF )" ````:```` git commit -m @' Commit message here.${ADDITIONAL_COMMIT_GUIDANCE?
${ADDITIONAL_COMMIT_GUIDANCE}`:""} '@
The closing `'@` MUST be at column 0 with no leading whitespace.`}
You have the capability to call multiple tools in a single response. Stage and create the commit using a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.