{"id":"git-commits","name":"git-commits","summary":"Gitコミットルール","body":"# Git Commit Rules\n\nWhen the user asks to commit, push, or save changes to git:\n\n## MUST Use /commit Skill\n\n**DO NOT** run `git commit` directly. Instead:\n\n```\nSkill(\"commit\")\n```\n\nThe `/commit` skill:\n1. Removes Claude attribution from commits\n2. Generates reasoning.md capturing what was tried\n3. Clears build attempts for next feature\n\n## Why This Matters\n\n- Regular `git commit` adds \"Generated with Claude Code\" and Co-Author lines\n- The `/commit` skill removes these so commits appear user-authored\n- Reasoning capture preserves build history for future sessions\n\n## Trigger Words\n\nWhen you see these in user prompts, use the commit skill:\n- \"commit\", \"push\", \"save changes\"\n- \"push to github\", \"push changes\"\n- \"commit and push\"\n\n## After Commit\n\nThe skill will prompt you to run:\n```bash\nbash \"$CLAUDE_PROJECT_DIR/.claude/scripts/generate-reasoning.sh\" <hash> \"<message>\"\n```\n\nThen push if requested:\n```bash\ngit push origin <branch>\n```","author":"@parcadei","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/git-commits","license":"MIT","category":null,"lang":"en","tokens":231,"stars":0,"calls30d":2,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[],"requires":{"mcp":[],"tools":[]},"safety":{"flags":[],"scannedAt":"2026-08-22","hasScripts":false,"networkEndpoints":[]}}