review-report
코드 리뷰 및 보안 리뷰 결과를 JSON 파일로 저장하는 범용 리포트 스킬. 디렉토리로 리뷰 유형 구분 (reports/code-review/, reports/security-review/). 스크립트 자동 호출로 JSON 파일 생성. code-reviewer, security-reviewer 에이전트가 리뷰 완료 후 사용.
Essential command-line tools and system utilities.
코드 리뷰 및 보안 리뷰 결과를 JSON 파일로 저장하는 범용 리포트 스킬. 디렉토리로 리뷰 유형 구분 (reports/code-review/, reports/security-review/). 스크립트 자동 호출로 JSON 파일 생성. code-reviewer, security-reviewer 에이전트가 리뷰 완료 후 사용.
Guide service layer extraction from fat controllers. Use when refactoring complex controllers, extracting business logic to services, creating action classes, or improving code organization. Auto-triggers on "refactor", "extract service", "too complex", "clean up controller", "service layer".
Author pull requests and respond to review feedback. Use when creating PRs, requesting reviews, reading comments, addressing feedback, or merging changes.
Restructure code without changing behavior. Use when user wants to refactor, clean up code, restructure, or says 'refactor this', 'clean this up', 'this code is messy', or identifies code smells to fix.
Generate CODE_OF_CONDUCT.md files based on Contributor Covenant. Triggers on "create code of conduct", "generate code_of_conduct.md", "community guidelines", "contributor covenant".
Creates minimal boilerplate structure for new Web Components in Sando Design System following COMPONENT_ARCHITECTURE.md 7-file pattern. Generates only what developer requests - no assumptions, no dead code. Ask first, then scaffold component files, tests, stories based on requirements.
プロジェクト内のドキュメント(README.md、CHANGELOG.md、docs/ など)を監査し、コード変更に基づいて更新が必要な箇所を特定・提案します。作業完了後のドキュメント更新確認に使用。
Enforces project documentation structure in docs/plans/ directories - research.md for facts, design.md for decisions, tasks.md for implementation, thoughts/ for explorations.
Use the VSCode CLI to open files at specific line and column positions when explaining code, debugging, pointing to TODOs, or guiding users to specific locations in files. Automatically invoked when Claude needs to show users exactly where in a file to look.
Reactコンポーネントを作成または修正した際に、対応するStorybookストーリーファイルを自動的に作成します。コンポーネント作成時、コンポーネント修正時に使用されます。
OMCC (Coder-Codex-Gemini) collaboration for code and document tasks. Use when: writing/modifying code, editing documents, implementing features, fixing bugs, refactoring, or code review. 协调 Coder 执行代码/文档改动,Codex 审核代码质量。
Collect changed files from git diff and explicit paths, categorize by type, output manifest.
Fact-driven retrieval for local codebases. Use codebase-wide search first, English long-form queries, then read complete files (optionally in parallel) and use CLI grep/ripgrep for keyword pinpointing when helpful.
Keep all README files aligned with the current codebase by rewriting setup steps, removing outdated content, and syncing documentation to the latest repository state whenever asked to update, refresh, or sync READMEs.
Run Nx generators to create new projects, libraries, components. Use when user needs to generate code, scaffold projects, or understand generator options.
Token-efficient codebase navigation through intelligent symbol loading and querying. Use this skill when implementing new features (find existing patterns), exploring codebase structure, searching for components/functions/types, or understanding architectural layers. Reduces token usage by 60-95% compared to loading full files. Layer split enables 50-80% additional backend efficiency.
Use when creating a new feature module in libs/. Triggers on "create a module", "add a feature module", "scaffold module for X", or "new library for Y"
Initialize a browser extension project from an empty folder by gathering choices in multi-turn dialogue (framework, language, bundler, manifest version, UI library, styling, tooling), then scaffolding all configs, wiring build scripts, initializing git, and making the first commit. Use when a user asks to start or bootstrap a Chrome/Chromium-based extension from scratch.
Gentoo overlay maintenance tools. Use /check-updates to find outdated packages, /update-ebuild to bump versions.
Synchronizes CLAUDE.md navigation indexes and README.md architecture docs across a repository. Use when asked to "sync docs", "update CLAUDE.md files", "ensure documentation is in sync", "audit documentation", or when documentation maintenance is needed after code changes.
Use when refactoring Python research code to improve project structure, modularity, and entrypoints.
Programmatically update marathon-ralph state file using deterministic jq commands. Use this instead of manually editing the JSON file.
This skill provides patterns for safe, systematic refactoring including extract, rename, move, and simplification operations with proper testing and rollback strategies.