api-design
REST API design best practices. Use when designing APIs, choosing status codes, or creating endpoints.
Reviews code for bugs, style, and best practices. Use when reviewing PRs or checking code quality.
$ npx -y skills add Tibsfox/gsd-skill-creator --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/code-reviewContext preview
What this command does when you run it.
Reviews code for bugs, style, and best practices. Use when reviewing PRs or checking code quality.
name: code-review description: Reviews code for bugs, style, and best practices. Use when reviewing PRs or checking code quality.
**Correctness:** Logic errors, edge cases, off-by-one, resource leaks, race conditions, error handling
**Security:** Input validation, injection (SQL/XSS), auth/authz, secrets exposure, CSRF
**Performance:** N+1 queries, redundant work, memory leaks, blocking I/O, missing indexes
**Maintainability:** Clear naming, single responsibility, DRY, test coverage
| Level | Action | |-------|--------| | CRITICAL | Security/data-loss risk — must fix | | MAJOR | Bug/performance — should fix | | MINOR | Code smell — consider fixing | | STYLE | Formatting — optional |
### [SEVERITY] Brief description **File:** path:line **Issue:** What's wrong **Suggestion:** Proposed fix
An adaptive learning and coprocessor architecture for Claude Code, built as an extension to GSD (open-gsd)
Repo: Tibsfox/gsd-skill-creator
REST API design best practices. Use when designing APIs, choosing status codes, or creating endpoints.
Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.
Thinking frameworks for decisions and problem analysis. Use when evaluating options, root causes, or prioritizing.
Environment configuration and secrets management. Use when setting up .env files, managing secrets, or configuring environments.
Safe file operation patterns. Use when performing bulk file operations or writing deployment scripts.
Checks dashboard console inbox at GSD lifecycle boundaries and handles milestone-submit, config-update, and question-response messages. Use when running GSD…