write-commits — community write-commits, satellite-orbit-simulator, community, ide skills

v1.0.0

About this Skill

Perfect for Git-based agents needing standardized commit message generation. Generates git commit messages following this repositorys conventions. Analyzes staged changes and outputs properly formatted commit messages. Use when user asks to write, generate, or format a commit

guillem-aistech guillem-aistech
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 9/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
9/11
Quality Score
54
Canonical Locale
en
Detected Body Locale
en

Perfect for Git-based agents needing standardized commit message generation. Generates git commit messages following this repositorys conventions. Analyzes staged changes and outputs properly formatted commit messages. Use when user asks to write, generate, or format a commit

Core Value

Empowers agents to generate consistent and descriptive commit histories following repository conventions, utilizing Git commands like 'git diff' for staged change analysis and adhering to specific commit message formats.

Ideal Agent Persona

Perfect for Git-based agents needing standardized commit message generation.

Capabilities Granted for write-commits

Automating commit message generation
Standardizing commit histories for team collaboration
Debugging commit message formatting issues

! Prerequisites & Limits

  • Requires Git installation and configuration
  • Limited to generating commit messages in a specific format

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is write-commits?

Perfect for Git-based agents needing standardized commit message generation. Generates git commit messages following this repositorys conventions. Analyzes staged changes and outputs properly formatted commit messages. Use when user asks to write, generate, or format a commit

How do I install write-commits?

Run the command: npx killer-skills add guillem-aistech/satellite-orbit-simulator/write-commits. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for write-commits?

Key use cases include: Automating commit message generation, Standardizing commit histories for team collaboration, Debugging commit message formatting issues.

Which IDEs are compatible with write-commits?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for write-commits?

Requires Git installation and configuration. Limited to generating commit messages in a specific format.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add guillem-aistech/satellite-orbit-simulator/write-commits. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use write-commits immediately in the current project.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

write-commits

Install write-commits, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Write Commits

Generate commit messages following repository conventions.

Instructions

Step 1: Analyze Staged Changes

bash
1git diff --cached --stat 2git diff --cached

Identify:

  • Files changed and their paths
  • Nature of changes (new feature, bug fix, refactor, etc.)

Step 2: Write Commit Message

Format:

text
1Subject in imperative mood 2 3- Body bullet in past tense with period (only if subject isn't enough). 4- Another change description.

Rules:

  • Subject: imperative mood, capital start, no period, max 72 chars
  • Body: only include when subject line alone doesn't adequately describe the changes
  • Body bullets: past tense, capital start, period at end
  • No attribution (no "Co-Authored-By" or "Generated with")

Step 3: Output

Provide the commit message ready to use. Only include a body when the subject line alone isn't sufficient to describe the changes.

Examples

Simple change:

text
1Add task details dialog

Change with body (subject alone isn't enough):

text
1Add task details dialog 2 3- Added OrderDetailsDialog with map preview and navigation. 4- Extracted filtering and pagination into reusable hooks.

Bug fix:

text
1Correct button disabled state styling

Refactor with body (subject alone isn't enough):

text
1Simplify locale resolution logic 2 3- Replaced manual locale matching with Intl.LocaleMatcher. 4- Removed fallback chain in favor of single default.

Configuration update with body (multiple changes):

text
1Update workspaces and dependencies 2 3- Added shared/repositories/* to workspaces. 4- Bumped @biomejs/biome to 2.3.8.

Related Skills

Looking for an alternative to write-commits or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer