waterfall-development
81Enforce Waterfall Phase Gates
AI coding sessions can skip requirements, design, or testing when pressure rises. This skill keeps work inside a strict waterfall flow with documented gates.
Organize Git Changes into Atomic Commits
Mixed changes make review, rollback, and release notes harder. This skill guides Claude, Codex, and Claude Code through focused Git commits.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "git-commit" from https://skillstore.io/skills/chemiseblanc-git-commit.md and its manifest at https://skillstore.io/api/skills/chemiseblanc-git-commit/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "git-commit". A branch contains a bug fix, a formatting cleanup, and documentation edits.
Expected outcome:
Using "git-commit". One source file contains a refactor and new validation behavior.
Expected outcome:
Using "git-commit". A maintainer wants a pull request history that is easier to review.
Expected outcome:
All 16 static findings are Markdown backticks or fenced Bash examples for fixed Git commands. I found no dynamic command construction, network access, secret access, prompt injection, or data exfiltration intent in SKILL.md.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/chemiseblanc-git-commit/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/chemiseblanc-git-commit?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/chemiseblanc-git-commit?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/chemiseblanc-git-commit/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/chemiseblanc-git-commit.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Chemiseblanc. (2026). git-commit security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/chemiseblanc-git-commit/audits/8@techreport{chemiseblanc-chemiseblanc-git-commit-2026,
author = {Chemiseblanc},
title = {git-commit security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/chemiseblanc-git-commit/audits/8},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "git-commit security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "Chemiseblanc"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/chemiseblanc-git-commit/audits/8"
identifiers:
- type: other
value: "skillstore:chemiseblanc-git-commit:audit:8"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
21pounder-git-commit
2026-08-21
chemiseblanc-git-commit
2026-08-21
github-git-commit
2026-08-21
bae-changhyun-git-commit
2026-08-21
Separate feature work, bug fixes, and formatting into commits that reviewers can inspect independently.
Build a clear commit history before opening a pull request or responding to review feedback.
Keep file moves, refactors, and behavior changes in separate commits for safer review and rollback.
Organize my current Git changes into logical commits. Show the proposed commit groups before staging anything.
Review staged and unstaged changes, suggest commit groups, then stage only the first safe group.
Use partial staging to separate unrelated changes in the same file, then verify the staged diff.
Plan a complete commit sequence for this branch, create each focused commit, and stop before any risky history rewrite.
Author
ChemiseblancLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
dd4a3ef9f20ddf38830950b4bb713df96b431fd6
Maintenance freshness
7/22/2026
Usage
5 downloads ยท 258 views
File structure
๐ SKILL.md
Enforce Waterfall Phase Gates
AI coding sessions can skip requirements, design, or testing when pressure rises. This skill keeps work inside a strict waterfall flow with documented gates.
Track Feature Requirements in YAML
Teams lose project intent when requirements live only in chat or task lists. This skill keeps scope, tests, decisions, and progress in a persistent features.yml file.
Write Better Git Commit Messages
Inconsistent commit messages make reviews and release notes harder to scan. This skill formats concise Conventional Commit summaries with clear 72-column bodies.
Document Software Architecture
Architecture knowledge often lives only in code and loses context during refactors. This skill creates concise architecture docs, diagrams, and component references for Claude, Codex, and Claude Code workflows.
Improve Structured Logging
Scattered logs make production incidents slow to diagnose. This skill guides Claude, Codex, and Claude Code to design wide events with actionable request context.
Master Advanced Git Workflows
by AutumnsGrove
Complex Git maintenance can make history changes and conflict resolution difficult. This skill provides structured guidance, recovery steps, and an optional local helper for common advanced workflows.
Review Code with Structured Quality Checks
by alirezarezvani
Code reviews can miss quality, security, and maintainability issues. This skill guides structured reviews with scripts, checklists, and report generation.
Manage Coding Agent Workflows
by kiwi-phantomworks
Coding-agent projects can drift when tasks, scope, and checks are vague. This skill gives PM templates and review rules that keep Claude, Codex, and Claude Code work bounded and verifiable.
Review Code for Bugs and Security Issues
by 21pounder
Code reviews can miss bugs, security flaws, and maintainability issues. This skill guides Claude, Codex, and Claude Code through structured review steps.
Optimize React and Next.js Code
by vercel-labs
React and Next.js applications often lose performance through waterfalls, large bundles, and avoidable re-renders. This skill gives Claude, Codex, and Claude Code concrete review rules for faster frontend work.
Draft Git Commit Messages From Staged Changes
by AbeJitsu
Writing commit messages from staged changes takes time and can miss important context. This skill collects git status and diff details so AI can draft a clear message.