1---2name: sushaantu-boxento-boxento3description: Commit4---56# Commit78## Goals910- Produce a commit that reflects the actual code changes and the session context.11- Follow common git conventions with a concise subject and wrapped body.12- Include both summary and rationale in the body.1314## Inputs1516- Codex session history for intent and rationale.17- `git status`, `git diff`, and `git diff --staged` for actual changes.18- Repo-specific commit conventions if documented.1920## Steps21221. Read session history to identify scope, intent, and rationale.232. Inspect the working tree and staged changes.243. Stage intended changes, including new files, after confirming scope.254. Sanity-check newly added files and flag anything that looks like an artifact, log, or temp file.265. If staging is incomplete or includes unrelated files, fix the index or ask for confirmation.276. Choose a conventional type and optional scope that match the change.287. Write a subject line in imperative mood, 72 characters or fewer, without a trailing period.298. Write a body that includes:30 - Summary of key changes.31 - Rationale and trade-offs.32 - Tests or validation run, or an explicit note if not run.339. Append a `Co-authored-by` trailer for Codex using `Codex <codex@openai.com>` unless the user explicitly requests a different identity.3410. Wrap body lines at 72 characters.3511. Create the commit with `git commit -F <file>` or equivalent so newlines are literal.3612. Ensure the message matches the staged changes before committing.3738## Template3940```text41<type>(<scope>): <short summary>4243Summary:44- <what changed>45- <what changed>4647Rationale:48- <why>49- <why>5051Tests:52- <command or "not run (reason)">5354Co-authored-by: Codex <codex@openai.com>55```5657---58> Source: [sushaantu/boxento](https://github.com/sushaantu/boxento) — distributed by [TomeVault](https://tomevault.io).59<!-- tomevault:4.0:skill_md:2026-06-18 -->
Run npx skillmds@latest add tomevault-io/sushaantu-boxento-boxento in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Commit It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.