← Back to list

empty-commit
by ashneyderman
Yet another agentic workflow :-)
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: empty-commit description: Create an empty commit for testing purposes params:
- name: agf_id description: The unique identifier for this task (e.g., agf-001) required: true
- name: prompt description: The task description to include in the commit message required: true
Empty Commit
Create an empty commit to be used in testing or marking task milestones.
Instructions
Extract parameters:
agf_id- The unique task identifierprompt- The task description
- Validate Parameters: If
agf_idorpromptis not provided, stop and ask the user to provide them - Truncate Prompt: Create
truncated_promptby taking the first 5 to 10 words ofprompt- Add three ellipses (...) if the truncated prompt does not contain all the words in
prompt
- Add three ellipses (...) if the truncated prompt does not contain all the words in
- Create Empty Commit: Create a single empty commit using:
git commit --allow-empty -m "<truncated_prompt> (task: <agf_id>)"- DO NOT indicate co-authoring attributions in the commit
- Save Commit SHA: Extract the short version of the commit SHA
Output Format
IMPORTANT: Return a JSON object with this structure:
{
"commit_sha": "<short_commit_sha>",
"commit_message": "<truncated_prompt> (task: <agf_id>)"
}
Example Output
{
"commit_sha": "0acf3cf",
"commit_message": "add create_github_pr wrapper method with... (task: agf-001)"
}
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon