aminet-browser
Aminet search and browse: full-text search, category tree navigation, architecture filtering, package detail, and curated collections. Use when searching,…
Reviews code for bugs, style, and best practices. Use when reviewing PRs or checking code quality.
$ npx -y skills add Tibsfox/gsd-skill-creator --skill code-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/code-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
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. version: 1.0.0 format: 2025-10-02 triggers: - reviewing PRs or checking code quality updated: 2026-04-25 status: ACTIVE
**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
Aminet search and browse: full-text search, category tree navigation, architecture filtering, package detail, and curated collections. Use when searching,…
FS-UAE emulator configuration and launch: hardware profiles, ROM management, WHDLoad integration, config generation, and state snapshots. Use when configuring…
Manages Aminet INDEX infrastructure: fetch, parse, cache, and incremental update of ~84,000-entry package database. Use when managing INDEX data, checking…
Aminet package installation: LhA/LZX extraction, Amiga filesystem mapping, dependency detection, install tracking, and scan gate enforcement. Use when…
Selective Aminet package mirroring: single-package fetch, integrity verification, mirror state tracking, bulk download, and sync detection. Use when…
Multi-layer virus scanning for Aminet packages. Signature-based detection, heuristic hunk analysis, boot block scanning, quarantine management, and scan…