Skip to content

Commit dfe5944

Browse files
Ubuntuclaude
authored andcommitted
fix(docs): Fix orphan code fences in code-visualizer SKILL.md
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 58667de commit dfe5944

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.claude/skills/code-visualizer/SKILL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,15 +537,13 @@ flowchart LR
537537
api --> auth
538538
api --> db
539539
```
540-
````
541540

542541
### Impact Summary
543542

544543
- **New modules**: 1 (oauth.py)
545544
- **Modified modules**: 2 (auth/service.py, api/routes.py)
546545
- **New dependencies**: oauth.py -> auth/service.py
547546
- **Diagrams to update**: README.md (STALE)
548-
549547
````
550548

551549
### CI Integration Example
@@ -558,7 +556,7 @@ Add to `.github/workflows/pr-review.yml`:
558556
# Claude Code analyzes and reports
559557
# Outputs: STALE diagrams that need updating
560558
# Generates: Suggested diagram updates
561-
````
559+
```
562560
563561
### Reviewer Workflow
564562

0 commit comments

Comments
 (0)