Skip to content

Commit 77e7ee8

Browse files
committed
fix: remove unnecessary code block syntax from SKILL.md files
1 parent e405117 commit 77e7ee8

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
```skill
21
---
32
name: commit-as-pull-request
43
description: Commit current changes as a pull request — creates a branch, pushes, opens a PR, squash-merges, and syncs local main.
54
license: MIT
65
---
76

87
Follow instructions in the [commit-as-pull-request prompt](../../../.github/prompts/commit-as-pull-request.prompt.md) to take the current uncommitted changes, create a feature branch, push it, open a pull request, squash-merge it into main, and sync the local repository.
9-
```
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: documentation-coverage
3+
description: Assess whether the documentation in src/site/markdown/ adequately covers the Java SDK functionality.
4+
license: MIT
5+
---
6+
7+
Follow instructions in the [documentation-coverage prompt](../../../.github/prompts/documentation-coverage.prompt.md) to analyze gaps between the SDK's implemented features and its documentation.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
```skill
21
---
32
name: commit-as-pull-request
43
description: Commit current changes as a pull request — creates a branch, pushes, opens a PR, squash-merges, and syncs local main.
54
license: MIT
65
---
76

87
Follow instructions in the [commit-as-pull-request prompt](../../prompts/commit-as-pull-request.prompt.md) to take the current uncommitted changes, create a feature branch, push it, open a pull request, squash-merge it into main, and sync the local repository.
9-
```
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
```skill
21
---
32
name: documentation-coverage
43
description: Assess whether the documentation in src/site/markdown/ adequately covers the Java SDK functionality.
54
license: MIT
65
---
76

87
Follow instructions in the [documentation-coverage prompt](../../prompts/documentation-coverage.prompt.md) to analyze gaps between the SDK's implemented features and its documentation.
9-
```

0 commit comments

Comments
 (0)