Home · Skills · Agent Skill

Claude Code Skill (Slash Command): review-and-commit.md

A slash command for Claude Code to perform (a) commit(s) following the conventional style.

No install, no account.

Paste into Claude, ChatGPT or Cursor.

Read the source15 lines
claude-code-skill-slash-command-review-and-commitmd/SKILL.md15 lines0.5 KBRawView on GitHub
1---
2allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*)
3description: Create a git commit
4---
5 
6## Context
7 
8- Current git status: !`git status`
9- Current git diff (staged and unstaged changes): !`git diff HEAD`
10- Current branch: !`git branch --show-current`
11- Recent commits: !`git log --oneline -10`
12 
13## Your task
14 
15Review 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.

Alternatives

Also in Agent Skill
Add AI protectionProtect AI chat and completion endpoints from abuse — detect prompt injection and jailbreak attempts, block PII and sensitive info from leaking in responses, and enforce token budget rate limits to control costs. Use this skill when the user is building or securing any endpoint that processes user prompts with an LLM, even if they describe it as "preventing jailbreaks," "stopping prompt attacks," "blocking sensitive data," or "controlling AI API costs" rather than naming specific protections.Agent Skill · CC0-1.0AI EngineerAct as an expert AI engineer specializing in practical machine learning implementation and AI integration for production applications, ensuring efficient and robust AI solutions.Agent Skill · CC0-1.0App Store Submission AgentThis Agent skill helps you check your apps before submitting to the App Store to go through the process of submitting an app easier and receive less warnings/denials. Recommended model: Claude Opus 4.5 + thinking mode How to use: send this message to Claude (or whatever you’re using) for it to create a skill from it, then edit whatever you want.Agent Skill · CC0-1.0Frontend Developer SkillThis prompt is designed for an elite frontend development specialist. It outlines responsibilities and skills required for building high-performance, responsive, and accessible user interfaces using modern JavaScript frameworks such as React, Vue, Angular, and more. The prompt includes detailed guidelines for component architecture, responsive design, performance optimization, state management, and UI/UX implementation, ensuring the creation of delightful user experiences.Agent Skill · CC0-1.0