Skip to content

Commit 7ccae94

Browse files
yeyu-nvidiaclaude
andcommitted
fix(okr30): fix markdownlint MD031 in eagle3 skill files
Add blank lines before fenced code blocks as required by MD031: - eagle3-triage/SKILL.md: two re-run command blocks - eagle3-review-logs/SKILL.md: suggested fix block and section headers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Ye Yu <yeyu@nvidia.com>
1 parent 0172417 commit 7ccae94

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.claude/skills/eagle3-review-logs/SKILL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ For each task log, check:
5454
Output a structured markdown report:
5555

5656
### Summary
57+
5758
- Overall status: PASSED / FAILED / MIXED / PARTIAL
5859
- Task breakdown: e.g., task_0 TIMEOUT, task_1 FAIL, task_2 skipped, task_3 skipped
5960

@@ -68,13 +69,15 @@ For each task (0–3):
6869
- Suggested fix: actionable step
6970

7071
### Warnings
72+
7173
Non-fatal issues worth noting (near-OOM, tokenizer warnings, slow throughput).
7274

7375
## Step 4 — Suggest next steps
7476

7577
Based on results:
7678

7779
- If a task failed due to a known issue, suggest the fix and how to re-run from that task:
80+
7881
```bash
7982
uv run launch.py --yaml examples/<Org>/<Model>/hf_offline_eagle3.yaml \
8083
pipeline.task_0.skip=true \

.claude/skills/eagle3-triage/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ After diagnosis, provide:
146146
3. **How to re-run** — skip earlier successful steps by pointing to existing scratchspace artifacts
147147

148148
To skip task_0 and task_1 and re-run from task_2:
149+
149150
```bash
150151
uv run launch.py --yaml examples/<Org>/<Model>/hf_offline_eagle3.yaml \
151152
pipeline.task_0.skip=true \
@@ -154,6 +155,7 @@ uv run launch.py --yaml examples/<Org>/<Model>/hf_offline_eagle3.yaml \
154155
```
155156

156157
To run only task_1 standalone (using existing task_0 data):
158+
157159
```bash
158160
uv run launch.py --yaml examples/<Org>/<Model>/hf_offline_eagle3.yaml \
159161
pipeline.task_0.skip=true \

0 commit comments

Comments
 (0)