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.
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.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "commit-message" from https://skillstore.io/skills/chemiseblanc-commit-message.md and its manifest at https://skillstore.io/api/skills/chemiseblanc-commit-message/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 "commit-message". The parser now returns an empty result for blank input instead of failing.
Expected outcome:
fix(parser): handle empty input without panic
Blank input can appear when users submit optional fields. Returning an empty result keeps validation predictable and prevents avoidable request failures.
Using "commit-message". OAuth2 PKCE support was added for mobile and browser clients.
Expected outcome:
feat(auth): add OAuth2 PKCE flow support
Mobile and browser clients cannot safely store client secrets. PKCE lets these clients authenticate without relying on the insecure implicit flow.
All static findings are false positives caused by Markdown code fences and inline commit-message examples. I found no prompt injection, data exfiltration intent, network behavior, or executable script instructions 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-commit-message/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/chemiseblanc-commit-message?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/chemiseblanc-commit-message?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/chemiseblanc-commit-message/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/chemiseblanc-commit-message.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). commit-message security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/chemiseblanc-commit-message/audits/8@techreport{chemiseblanc-chemiseblanc-commit-message-2026,
author = {Chemiseblanc},
title = {commit-message security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/chemiseblanc-commit-message/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: "commit-message security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "Chemiseblanc"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/chemiseblanc-commit-message/audits/8"
identifiers:
- type: other
value: "skillstore:chemiseblanc-commit-message:audit:8"
description: "Skillstore immutable audit report identifier"
Turn a change summary into a concise Conventional Commit message with a useful body.
Rewrite long or inconsistent commit text before review while keeping the technical intent clear.
Create consistent commit text that is easier to read when building changelogs.
Write a commit message for these changes: [describe changes]. Use the commit-message skill.
Format this as a Conventional Commit with scope [component]: [describe the change and motivation].
Create a commit message from these diff notes. Explain the reason, user impact, and any measurable improvement.
Review this commit message against the skill rules, then rewrite it if needed: [paste message].
Author
ChemiseblancLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
dd4a3ef9f20ddf38830950b4bb713df96b431fd6
Maintenance freshness
7/18/2026
Usage
7 downloads ยท 252 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.
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.
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.
Review Changed Code Before Release
by DavidDworetzky
Code changes can hide security flaws, performance regressions, and project-standard violations. This skill guides Claude, Codex, or Claude Code through a structured review of modified files.
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 Context-Driven Development
by wshobson
AI-assisted projects lose consistency when context lives in scattered notes. This skill provides a structured Conductor workflow for product, stack, workflow, and track artifacts.
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.
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.