Skip to content

Commit 40aa19d

Browse files
bearomorphismCopilotCopilot
authored
docs(skill): remove broken doc references and unused compatibility field (#1956)
The `Suggested references` section listed paths relative to the repo root (e.g. `docs/commands/commit.md`), but per the Agent Skills specification, file references should be relative to the skill root. When the skill folder is installed standalone, those paths do not resolve, so the section was effectively dead pointers. Drop the section and rely on agent inference / the documented `metadata.docs` URL for the canonical docs. Also drop the `compatibility` frontmatter field. The spec notes most skills do not need it, and the previous value did not describe a constraint that would prevent the skill from running. Refs #1936 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bearomorphism <26526132+bearomorphism@users.noreply.github.com>
1 parent cc710a9 commit 40aa19d

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.agents/skills/commitizen/SKILL.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: commitizen
33
description: Use this skill for tasks involving Conventional Commits, commit message validation, Commitizen configuration, semantic version bumps, changelog generation, or CI/release automation with the Commitizen CLI.
44
license: MIT
5-
compatibility: Git repository with Python and Commitizen available as `cz` or runnable from source. Network access is optional and mainly relevant for CI or release integrations.
65
metadata:
76
project: commitizen-tools/commitizen
87
docs: https://commitizen-tools.github.io/commitizen/
@@ -46,26 +45,6 @@ Commitizen is a CLI for enforcing Conventional Commits, automating version bumps
4645
- `cz commit` supports `--dry-run` and `--write-message-to-file`.
4746
- `cz check` can validate a literal message, a commit-msg file, or a git revision range.
4847

49-
## Suggested references
50-
51-
- Command docs:
52-
- `docs/commands/commit.md`
53-
- `docs/commands/bump.md`
54-
- `docs/commands/changelog.md`
55-
- `docs/commands/check.md`
56-
- `docs/commands/init.md`
57-
- Config docs:
58-
- `docs/config/configuration_file.md`
59-
- `docs/config/option.md`
60-
- `docs/config/bump.md`
61-
- Automation docs:
62-
- `docs/tutorials/github_actions.md`
63-
- `docs/tutorials/gitlab_ci.md`
64-
- Error handling:
65-
- `docs/exit_codes.md`
66-
- Installation:
67-
- `docs/README.md` (see the *Installation* section for global vs project-local options)
68-
6948
## Examples
7049

7150
- Validate one message: `cz check --message "feat(cli): add release command"`

0 commit comments

Comments
 (0)