commit-session

Community

Commit only session changes.

AuthorRomira915
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill commits and pushes only the files you modified during the current session, helping keep your commit history focused and reproducible.

Core Features & Use Cases

  • Selective Commit: Stage and commit only the files changed in this session after CI checks.
  • CI-driven Quality: Run format, clippy, and tests before committing to ensure a clean state.
  • Use Case: After implementing a feature, use this to commit only those changes and push to avoid accidental broad commits.

Quick Start

  1. Run CI checks for the session: just format, just clippy, and just test.
  2. Stage session changes: git add <files changed in this session>.
  3. Commit with a concise Japanese message and push: git commit -m "…" && git push

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: commit-session
Download link: https://github.com/Romira915/blog-romira-dev-leptos/archive/main.zip#commit-session

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.