claude-git-hooks
Version:
Git hooks with Claude CLI for code analysis and automatic commit messages
54 lines (49 loc) • 991 B
JSON
{
"name": "default",
"displayName": "Default (General-purpose)",
"description": "General scripting and development",
"version": "1.0.0",
"techStack": [
"General scripting",
"JavaScript",
"Python",
"Bash",
"Ruby",
"Perl",
"PowerShell",
"SQL",
"YAML",
"JSON",
"XML"
],
"fileExtensions": [
".js",
".sh",
".bash",
".py",
".rb",
".pl",
".ps1",
".sql",
".yaml",
".yml",
".json",
".xml",
".md"
],
"focusAreas": [
"Code quality basics",
"Security fundamentals (input validation, escaping)",
"Performance best practices",
"Maintainability",
"Error handling",
"Documentation"
],
"templates": {
"analysis": "../shared/ANALYSIS_PROMPT.md",
"guidelines": "../shared/PRE_COMMIT_GUIDELINES.md",
"commitMessage": "../shared/COMMIT_MESSAGE.md",
"analyzeDiff": "../shared/ANALYZE_DIFF.md",
"resolution": "../shared/RESOLUTION_PROMPT.md"
}
}