create-commit

Guide users through creating Jujutsu commits with reproduction prompts.

284|10|Updated Dec 6, 2015
One-click install
npx skills add https://github.com/meain/dotfiles --skill create-commit-meain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-commit
Source: https://github.com/meain/dotfiles/tree/main/agents/.agents/skills/create-commit
Command: npx skills add https://github.com/meain/dotfiles --skill create-commit-meain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating detailed and reproducible commits in Jujutsu, ensuring clear project history and enabling AI agents to recreate changes.

Core Features & Use Cases

  • Jujutsu Commit Creation: Guides the user through creating commits using jj describe.
  • Reproduction Prompt Generation: Emphasizes the creation of a prompt for AI agents to replicate the changes.
  • Use Case: After making several code modifications, use this Skill to generate a commit message that not only summarizes the changes but also includes a clear prompt for an AI to reproduce those exact modifications later.

Quick Start

Use the create-commit skill to make a new commit with a detailed reproduction prompt.

Frequently Asked Questions about create-commit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Jujutsu commits with AI reproduction prompts?

To create Jujutsu commits with AI reproduction prompts, this Skill guides you through summarizing code changes and formatting a detailed prompt using jj describe, ensuring a clear and AI-reproducible version control history.

What is the best way to generate an AI prompt for jj commit messages?

Generating an AI prompt for jj commit messages involves summarizing your code modifications and structuring the output so an AI agent can replicate those exact changes later, which this process automates for auditable history.

Does this Jujutsu commit workflow require specific jj commands?

Yes, this Jujutsu commit workflow requires adherence to specific jj commands like jj describe and specific message formatting to effectively manage commits and generate the reproduction prompt.

Can I use this to make my code history auditable and reproducible by AI agents?

Yes, you can make your code history auditable and reproducible by AI agents by using this Skill to append detailed reproduction prompts alongside change summaries directly within your Jujutsu version control commits.

When do I need a reproduction prompt in my version control commits?

You need a reproduction prompt in your version control commits when you require an AI agent to recreate specific code modifications later, ensuring clear project history and enabling exact change replication.