Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skills/code-implementation/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ From these files, determine:
- **Test command** — how to run the test suite (e.g., `make test`, `go test ./...`,
`npm test`, `pytest`)
- **Lint command** — how to run linters (e.g., `make lint`, `pre-commit run --files`)
- **Commit conventions** — signing requirements, message format
- **Commit conventions** — message format
- **PR title conventions** — whether the repo enforces a title format via
CI (e.g., `type(TICKET): description`). The post-script uses the commit
subject as the PR title and will inject a `(#ISSUE_NUMBER)` scope if
Expand Down
2 changes: 1 addition & 1 deletion skills/fix-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Before writing any code, understand how this repository works:
Determine:
- Test command (e.g., `make test`, `go test ./...`)
- Lint command (e.g., `make lint`, `pre-commit run --files`)
- Commit conventions (message format, signing)
- Commit conventions (message format)

### 4. Plan fixes

Expand Down
Loading