.claude/skills/code-review/SKILL.md
Reviews code for quality, security, and maintainability. Use after implementing features, completing significant work, or when user asks for code review.
npx skillsauth add jcdoll/hltb-millennium-plugin code-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
git diff to identify changed filesexcept:).format() or %ruff lintingOrganize feedback by severity:
tools
Create a new release of the plugin. Bumps version, builds, creates GitHub release, and updates PluginDatabase.
tools
Reviews game_ids.lua for duplicates, then removes them. Ensures numerical sort order.
tools
--- name: add-game-id description: Add a Steam-to-HLTB game ID mapping. Usage: /add-game-id <appid>, <name>, or <appid> -> <hltb_id> allowed-tools: Read, Edit, WebFetch, WebSearch --- # Add Game ID Adds a Steam AppID to HLTB game ID mapping in `backend/game_ids.lua`. ## Input Formats The skill accepts three input formats: ### 1. Steam App ID (preferred) ``` /add-game-id 1004640 ``` ### 2. Steam Game Name ``` /add-game-id "FINAL FANTASY TACTICS - The Ivalice Chronicles" ``` ### 3. Full Map
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.