Skip to content
Merged
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
12 changes: 2 additions & 10 deletions .claude/skills/doc-pr-fix/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,15 @@ When editing:

## Step 4: Verify

After all edits, run both linters on every file you changed:
After all edits, run Vale on every file you changed:

```bash
vale <file>
```

Fix any new Vale errors. Re-run until zero errors remain.

Then run Dale:

```
/dale <file>
```

Fix any Dale violations.

Repeat the vale-then-dale cycle until both are clean.
Do NOT run Dale or any other skills during verification — just Vale.

## Step 5: Commit and push

Expand Down
Loading