diff --git a/public/objects/git-commit-generator.yaml b/public/objects/git-commit-generator.yaml new file mode 100644 index 0000000..ce78254 --- /dev/null +++ b/public/objects/git-commit-generator.yaml @@ -0,0 +1,17 @@ +# Basic Information +title: "Expert Git Commit Message Generator" # A clear, concise title for your contribution +description: "An intelligent Git commit message generator that analyzes changes and creates conventional commit messages following industry standards" # 1-2 sentences explaining the purpose +type: Prompt # Must be one of: Prompt, Workflow, Notebook, Folder + +# External Resources +link: "https://app.warp.dev/drive/prompt/Git-Commit-Message-Generator-BNSConIHJjgnz80Fp8rtlE" + +# Metadata +author: "nguyenthanhan" +date_added: 2025-07-19 # Current date in YYYY-MM-DD format + +# Classification -- these should all be in lowercase for consistency +tags: + - git # Add relevant tags that describe your contribution. Make them all caps and just one word. + - workflow + - version-control