一键导入
一键导入
Create a pull request following project conventions.
**Mandatory** before any commit or push. Run Definition-of-Done checks from change scope and report exact pass/fail per command.
Review the current conversation and propose structured improvements to skills, documentation, and agent rules.
Create or update docs/knowledge-base/ chapters in mdbook format for human-first technical documentation.
Text formatting conventions for markdown and prose files. Use when writing or editing any .md, .txt, .adoc, or .rst file, including AGENTS.md, SKILL.md files, and documentation in docs/.
Architecture and agent rules for kurtosis-cdk E2E tests. Load when working on or debugging E2E tests, CI failures in the e2e job, or any task involving bridge testing or kurtosis.
| name | commit |
| description | Create a git commit following project conventions. |
| disable-model-invocation | true |
When creating a git commit:
<type>(<optional-scope>): <description>
[optional body]
[optional footer(s)]
feat, fix, docs, chore, style,
refactor, perf, test, build, ci, revert.prover, grpc, config).CONFIG-CHANGE: for configuration changes (multi-line allowed).
BREAKING-CHANGE: for breaking changes (multi-line allowed).verify skill before staging.
All matching checks must pass before proceeding.git diff --cached.git commit -S (GPG-sign).
Repos enforce verified signatures; unsigned pushes are rejected.
Do not push unless explicitly asked.