PROMPT_HOOK.AI

Hyper-optimized prompt blueprints. Inject parameters, stream instant configurations.

[ SPONSORED DATA STREAM ]

Claude Code Skill (Slash Command): review-and-commit.md AI Prompt - Copy & Paste Template

[ SPONSORED CONTENT STREAM ]
Creative Writing Beginner

Core Concept

This prompt acts as a Claude Code Skill (Slash Command): review-and-commit.md to assist you with targeted tasks. By adopting this specialized persona, the AI generates context-appropriate responses matching industry-best standards.

How to Use it

1. Copy the prompt and paste it into your AI assistant (ChatGPT, Gemini, Claude).

2. Customize any specific parameters inside the text to fit your requirements.

Optimization Tips

  • Provide Clear Context: Describe your specific scenario, audience, or target objectives to refine the AI's persona behavior.
  • Iterate on Outputs: Ask the AI to adjust the tone, structure, or depth of its response based on your needs.
AI Prompt Blueprint
---
allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*)
description: Create a git commit
---

## Context

- Current git status: !`git status`
- Current git diff (staged and unstaged changes): !`git diff HEAD`
- Current branch: !`git branch --show-current`
- Recent commits: !`git log --oneline -10`

## Your task

Review the existing changes and then create a git commit following the conventional commit format. If you think there are more than one distinct change you can create multiple commits.
[ SPONSORED CONTENT STREAM ]