Skip to content
Merged
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
4 changes: 3 additions & 1 deletion .claude/skills/api-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ git checkout <Original-Branch from preflight output>

Use this EXACT format for EACH issue:

+LineNumber: Brief description
path/to/file.go:+LineNumber: Brief description
**Current (problematic) code:**
```go
[exact code from the PR diff]
Expand All @@ -78,4 +78,6 @@ Use this EXACT format for EACH issue:

**Explanation:** [Why this change is needed]

The `path/to/file.go` must be the relative path from the repository root (e.g., `config/v1/types_console.go`). The `+LineNumber` is the line number in the new version of the file.

Every issue must be enumerated individually. Do NOT summarize into tables or counts. If no issues are found, say "No issues found."