OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add openshift/hypershift --skill git-commit-format
Apply HyperShift conventional commit formatting rules. Use when generating commit messages or creating commits.
npx skills add openshift/hypershift --skill git-commit-format
Apply conventional commit format for all git commits in the HyperShift project.
ALWAYS include Signed-off-by footer with name and email.
Get credentials in this priority order:
$GIT_AUTHOR_NAME and $GIT_AUTHOR_EMAILgit config user.name and git config user.emailALWAYS include Commit-Message-Assisted-by: Claude (via Claude Code) when Claude assists with creating or generating the commit message.
make run-gitlint to validate commit messagesWhen creating commits:
<type>(<scope>): <description>Signed-off-by footerCommit-Message-Assisted-by: Claude (via Claude Code) footermake run-gitlintBREAKING CHANGE for breaking changesConventional Commits Specification: https://www.conventionalcommits.org/en/v1.0.0/#specification