ワンクリックで
hoodcat-harness
hoodcat-harness には Hoodcat2255 から収集した 12 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Multi-lens code review using agent teams for thorough, multi-perspective verification. Spawns reviewer, security, and architect agents as team members who independently review and then exchange findings via SendMessage for deeper coverage. Triggers on: "멀티렌즈 리뷰", "팀 리뷰", "team-review", "다관점 리뷰", or when a large/high-risk change needs comprehensive review from multiple perspectives.
Writes, modifies, diagnoses, and patches code following project conventions. Handles implementation, bug fixing, refactoring, and lint/format. Called by Orchestrator for all code change tasks, or directly by users. Triggers on: "코드 작성", "코드 수정", "code", or any direct request to write or modify code without a broader workflow.
Performs thorough deep research on any topic using web search, Context7 docs, and GitHub CLI. Saves structured results to docs/ directory. Use when the user asks to research, investigate, or gather comprehensive information on a topic. Triggers on: "조사해줘", "찾아줘", "알아봐", "리서치", "deepresearch", or any request for in-depth information gathering about a technology, library, framework, concept, or trend.
Synchronizes harness documentation (CLAUDE.md, harness.md) and install script (harness.sh) with the actual state of .claude/ subdirectories (skills, agents, hooks). Detects mismatches between source files and docs, then auto-updates affected sections. Triggers on: "문서 동기화", "docs sync", "sync-docs", or after harness file changes.
Analyzes current changes and creates a well-structured git commit. Use when the user wants to commit current changes with a proper message. Triggers on: "커밋해줘", "커밋", "commit", or any request to commit changes.
Performs evidence-based decision making by researching options, analyzing trade-offs, and providing clear recommendations with reasoning. Use when the user needs to choose between alternatives, evaluate options, or make informed decisions. Triggers on: "판단해줘", "결정해줘", "골라줘", "비교해줘", "추천해줘", "뭐가 나아", "어떤 걸 써야", "decide", or any request asking for comparison, recommendation, or decision support on technologies, tools, strategies, or approaches.
Parallel QA using agent teams for comprehensive multi-type testing. Spawns specialized QA agents that simultaneously run different test categories (unit, integration, lint, security scan) and consolidate results. Triggers on: "QA 스웜", "전체 QA", "qa-swarm", "병렬 테스트", "종합 테스트", or when comprehensive multi-category testing is needed for a project.
Scaffolds new skills and agents following established hoodcat-harness patterns. Reads existing files at runtime to ensure generated code matches current conventions. Triggers on: "스캐폴드", "스킬 생성", "에이전트 생성", "scaffold", or any request to create a new skill, agent, or skill+agent pair.
Creates project plans with requirements, architecture design, and task breakdown. Use when the user wants to plan a new feature, project, or significant change. Triggers on: "계획 세워줘", "설계해줘", "기획해줘", "blueprint", or any request for structured planning of a feature or project.
Generates deployment configuration files (Dockerfile, CI/CD, env docs). Use when the user wants to set up deployment for a project. Triggers on: "배포 설정", "배포해줘", "deploy", "CI/CD 설정", or any request to create deployment configs, Dockerfiles, or CI pipelines.
Scans code and dependencies for security vulnerabilities. Runs dependency audits and code-level security pattern checks. Triggers on: "보안 스캔", "보안 검사", "취약점 검사", "security-scan", or any request to scan for vulnerabilities or security issues.
Writes and runs tests for specified code targets. Use when the user wants to add tests, run existing tests, or check test coverage. Triggers on: "테스트 작성", "테스트 해줘", "테스트 돌려", "test", or any request for writing, running, or analyzing tests.