Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .claude/skills/clean-code/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Write readable, maintainable code following Clean Code principles.
- Code review focusing on maintainability
- Reducing complexity
- Improving naming
- Simplifying convoluted logic

---

Expand Down
20 changes: 15 additions & 5 deletions .github/workflows/skill-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,20 @@ jobs:
- Checklist has <15 items

## Output
Post a single PR comment using `gh pr comment` with:
1. **Verdict**: APPROVE / REQUEST_CHANGES / NEEDS_DISCUSSION
2. **Changed Files**: List what was reviewed
3. **Issues Found**: What needs to change (if any)
4. **Suggestions**: Optional improvements
Post a concise PR comment using `gh pr comment` with this format:

```
**Verdict**: APPROVE | REQUEST_CHANGES | NEEDS_DISCUSSION

**Files reviewed**: [list changed files]

**Findings**:
- Structure: [pass/fail with brief note]
- Overlap: [pass/fail - mention related skills if relevant]
- Quality: [pass/fail with brief note]

**Action required**: [if any, otherwise "None - ready to merge"]
```

Keep it brief and professional. No emojis. Focus on actionable feedback.
DO NOT explore or review files that were not changed in this PR.