We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7622dd + fc10452 commit d2573bdCopy full SHA for d2573bd
1 file changed
.claude/skills/doc-pr-fix/SKILL.md
@@ -52,23 +52,15 @@ When editing:
52
53
## Step 4: Verify
54
55
-After all edits, run both linters on every file you changed:
+After all edits, run Vale on every file you changed:
56
57
```bash
58
vale <file>
59
```
60
61
Fix any new Vale errors. Re-run until zero errors remain.
62
63
-Then run Dale:
64
-
65
-```
66
-/dale <file>
67
68
69
-Fix any Dale violations.
70
71
-Repeat the vale-then-dale cycle until both are clean.
+Do NOT run Dale or any other skills during verification — just Vale.
72
73
## Step 5: Commit and push
74
0 commit comments