organizar-commits

Analyze repository changes and organize them into atomic commits.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Nomadiction8991/skills-agents-mcps --skill organizar-commits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: organizar-commits
Source: https://github.com/Nomadiction8991/skills-agents-mcps/tree/main/skills/organizar-commits
Command: npx skills add https://github.com/Nomadiction8991/skills-agents-mcps --skill organizar-commits

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes repository changes and organizes them into atomic commits using Conventional Commits and Stacked Branches.

Core Features & Use Cases

  • Enforces a mandatory workflow: pre-conditions, project analysis, classification by intent, branch/stack management, and final output.
  • Modular subskills help segment responsibilities while preserving independence and traceability.
  • Use Case: when handling large feature changes, break them into small, independent commits with clear messages.

Quick Start

Provide an end-to-end plan to prepare, inspect, and structure commits for a new feature.

Frequently Asked Questions about organizar-commits

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

FAQPage Schema
How do I organize large feature changes into atomic commits?

To organize repository changes into atomic commits, analyze your project status and classify changes by intent. This structures large features into small, independent commits using Conventional Commits for clear traceability.

What is the best way to structure commits for code reviews?

The best way to structure commits for code reviews is enforcing a workflow with pre-conditions and project analysis. This breaks changes into small, independent commits with clear messages for easier review.

How do stacked branches work with conventional commits?

Stacked branches work with conventional commits by managing branch stacks during commit organization. This modular approach segments responsibilities while preserving branch independence and traceability across feature development.

Can I use this workflow for release preparation across diverse Git workflows?

Yes, you can use this workflow for release preparation across diverse Git workflows. It analyzes repository changes and enforces a structured workflow suitable for feature development, code reviews, and release preparation.

Do I need to manually classify changes before organizing commits?

No, you do not need to manually classify changes. The workflow performs project analysis and intent-based classification automatically to organize repository changes into atomic commits.