fix(docs): escape inline-code backticks in !command`` references

Escape backticks across en/ja/uk/vi/zh slash-commands and skills modules so the literal `!`command`` syntax renders correctly instead of breaking the inline-code span.
This commit is contained in:
Stephen Guo
2026-05-12 04:58:29 +08:00
committed by GitHub
parent b3571e8def
commit 6e46b25276
7 changed files with 9 additions and 9 deletions

View File

@@ -280,7 +280,7 @@ Review PR #$0 with priority $1
### シェルコマンドによる動的コンテキスト
プロンプトの前に `!`command`` で bash コマンドを実行する:
プロンプトの前に `` !`command` `` で bash コマンドを実行する:
```yaml
---

View File

@@ -179,7 +179,7 @@ paths: "src/api/**/*.ts" # スキルの発火を制限する glob
| `effort` | スキルが有効な間の努力レベルの上書き: `low`, `medium`, `high`, `max`。 |
| `context` | `fork` を指定するとスキルを独自のコンテキストウィンドウを持つフォーク済みサブエージェントコンテキストで実行する。 |
| `agent` | `context: fork` の際のサブエージェントタイプ(例: `Explore`, `Plan`, `general-purpose`)。 |
| `shell` | `!`command`` 置換とスクリプトに使うシェル: `bash`(既定)または `powershell`。 |
| `shell` | `` !`command` `` 置換とスクリプトに使うシェル: `bash`(既定)または `powershell`。 |
| `hooks` | このスキルのライフサイクルにスコープされたフック(グローバルフックと同じ形式)。 |
| `paths` | スキルが自動発火する条件を制限する glob パターン。カンマ区切り文字列または YAML リスト。パス固有ルールと同じ形式。 |
@@ -266,7 +266,7 @@ Fix GitHub issue $ARGUMENTS following our coding standards.
## 動的コンテキストの注入
`!`command`` 構文は、スキルコンテンツが Claude に送信される前にシェルコマンドを実行する。
`` !`command` `` 構文は、スキルコンテンツが Claude に送信される前にシェルコマンドを実行する。
```yaml
---