Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

coco-search

coco-search에는 VioletCranberry에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
12
Stars
37
업데이트
2026-06-02
Forks
6
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

cocosearch-review-pr
소프트웨어 품질 보증 분석가·테스터

Use when reviewing a GitHub PR or GitLab MR by URL. Fetches diff and metadata via API, then uses CocoSearch for blast radius analysis, dependency impact, pattern consistency, and test coverage assessment. Read-only by default; optionally pushes findings back as inline PR/MR comments after your confirmation.

2026-06-02
cocosearch-debugging
소프트웨어 개발자

Use when debugging an error, unexpected behavior, or tracing how code flows through a system. Guides root cause analysis using CocoSearch semantic and symbol search.

2026-06-01
cocosearch-deps
소프트웨어 개발자

Use when exploring dependency relationships, tracing file connections, analyzing change impact, or identifying hub files. Guides dependency graph exploration using CocoSearch.

2026-06-01
cocosearch-explore
소프트웨어 개발자

Use for codebase exploration — answering questions about how code works, tracing flows, or researching a topic. Two modes: autonomous (subagent/plan mode, structured output) and interactive (user-facing, narrative with checkpoints).

2026-06-01
cocosearch-new-feature
소프트웨어 개발자

Use when adding new functionality — a new command, endpoint, module, handler, or capability. Guides placement, pattern matching, and integration using CocoSearch.

2026-06-01
cocosearch-refactoring
소프트웨어 개발자

Use when planning a refactoring, extracting code into a new module, renaming across the codebase, or splitting a large file. Guides impact analysis and safe step-by-step execution using CocoSearch.

2026-06-01
cocosearch-commit
소프트웨어 개발자

Use when committing changes — analyzes staged (or unstaged) diffs with CocoSearch semantic search and dependency impact to generate comprehensive Conventional Commit messages. Reviews changes thoroughly, then asks user to approve, edit, or abort the commit.

2026-05-03
cocosearch-quickstart
기타 컴퓨터 관련 직업

Use when setting up CocoSearch for the first time or indexing a new project. Guides through infrastructure check, indexing, and verification in under 2 minutes.

2026-05-03
cocosearch-add-grammar
컴퓨터 프로그래머

Use when adding a grammar handler for domain-specific file formats that share a base language extension (e.g., GitHub Actions within YAML). Guides through YamlGrammarBase inheritance, content validation, separator spec, metadata extraction, tests, and registration.

2026-04-30
cocosearch-add-language
소프트웨어 개발자

Use when adding support for a new programming language or config format to CocoSearch. Guides through all paths (handler, symbol extraction, context expansion) with registration checklists. For grammar handlers, use cocosearch-add-grammar.

2026-04-30
cocosearch-onboarding
컴퓨터 시스템 분석가

Use when onboarding to a new or unfamiliar codebase. Guides you through understanding architecture, key modules, and code patterns step-by-step using CocoSearch.

2026-04-10
cocosearch-add-extractor
소프트웨어 개발자

Use when adding a dependency extractor for a language or grammar. Guides through pre-checks, extractor implementation, optional module resolver, tests, and registration. Enables `deps tree`, `deps impact`, and dependency-enriched search for the target language.

2026-02-22