Skip to content

Commit 107b89c

Browse files
committed
fix: remove outdated examples and improve clarity in documentation review skill
1 parent 3c85e68 commit 107b89c

1 file changed

Lines changed: 3 additions & 21 deletions

File tree

.claude/skills/review-docs.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -163,26 +163,6 @@ slug: /actors/development/create # ✅ Matches file path
163163

164164
- [ ] Includes JavaScript and Python where applicable
165165

166-
**Example**:
167-
168-
```markdown
169-
# ✅ Good
170-
171-
```javascript
172-
// Fetch actor details
173-
const actor = await client.actor('john-doe/my-actor').get();
174-
console.log(actor);
175-
176-
```
177-
178-
# ❌ Bad
179-
180-
```text
181-
const a = await c.actor('x').get(); // No language tag, unclear names
182-
```
183-
184-
```
185-
186166
### 5. Links
187167

188168
**Internal Links**:
@@ -268,10 +248,12 @@ Click [here](link) to learn more.
268248
**Example**:
269249

270250
```markdown
271-
# ✅ Good - has title
251+
# ✅ Good - has title and correct spacing
272252

273253
:::tip Performance optimization
254+
274255
Use `requestHandlerTimeoutSecs` to prevent slow requests from blocking your Actor.
256+
275257
:::
276258

277259
# ❌ Bad - missing title (REQUIRED)

0 commit comments

Comments
 (0)