feat(pi): add address-gh-review skill and enforce title case comments
- Add new address-gh-review skill with SKILL.md and gh_review.sh script for fetching and addressing unresolved GitHub PR review comments - Update AGENTS.md comment style to require Title Case for block titles
This commit is contained in:
@@ -42,7 +42,7 @@ write(path="file.txt", content="content")
|
||||
|
||||
### Comment Style
|
||||
|
||||
A logical "block" of code (doesn't have to be a scope, but a cohesive group of statements responsible for something) should have a comment above it with a short "title". For example:
|
||||
A logical "block" of code (doesn't have to be a scope, but a cohesive group of statements responsible for something) should have a comment above it with a short "title". The title must be in **Title Case**. For example:
|
||||
|
||||
```go
|
||||
// Map Component Results
|
||||
|
||||
Reference in New Issue
Block a user