From b5fd8523bbec8c432099235b5a36d6f712754bc7 Mon Sep 17 00:00:00 2001 From: Heimer Date: Sat, 19 Jul 2025 21:57:59 +0700 Subject: [PATCH 1/2] feat(objects): add Git commit message generator tool Add YAML metadata for intelligent Git commit message generator that follows conventional commit standards and includes comprehensive examples and validation rules. --- public/objects/git-commit-generator.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 public/objects/git-commit-generator.yaml diff --git a/public/objects/git-commit-generator.yaml b/public/objects/git-commit-generator.yaml new file mode 100644 index 0000000..b3a8830 --- /dev/null +++ b/public/objects/git-commit-generator.yaml @@ -0,0 +1,19 @@ +# 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-4g5PZzAwn8iGqNlSIAMwGa" # URL to the original Warp Drive resource. Make sure that you have sharing for everyone available. + +# 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. + - devops # Common tags include: devops, github, automation, coding, etc. + - automation # You can add as many tags as needed + - coding + - workflow From bcc2d78ca295cc3aa4b053bf8a2baf0d0a49e467 Mon Sep 17 00:00:00 2001 From: Heimer Nguyen Date: Tue, 5 Aug 2025 23:19:35 +0700 Subject: [PATCH 2/2] fix(objects): update Git commit message generator metadata --- public/objects/git-commit-generator.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/public/objects/git-commit-generator.yaml b/public/objects/git-commit-generator.yaml index b3a8830..ce78254 100644 --- a/public/objects/git-commit-generator.yaml +++ b/public/objects/git-commit-generator.yaml @@ -4,7 +4,7 @@ description: "An intelligent Git commit message generator that analyzes changes type: Prompt # Must be one of: Prompt, Workflow, Notebook, Folder # External Resources -link: "https://app.warp.dev/drive/prompt/Git-Commit-Message-Generator-4g5PZzAwn8iGqNlSIAMwGa" # URL to the original Warp Drive resource. Make sure that you have sharing for everyone available. +link: "https://app.warp.dev/drive/prompt/Git-Commit-Message-Generator-BNSConIHJjgnz80Fp8rtlE" # Metadata author: "nguyenthanhan" @@ -13,7 +13,5 @@ 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. - - devops # Common tags include: devops, github, automation, coding, etc. - - automation # You can add as many tags as needed - - coding - workflow + - version-control