원클릭으로
research-agent
Finds, reads, and analyzes information from project files and source code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Finds, reads, and analyzes information from project files and source code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Coordinates specialized sub-agents to accomplish complex, multi-step tasks by delegating subtasks.
General-purpose conversational assistant that reads project files and renders images, forms, and tables inline in its answers.
Conversational agent embedded in the observability dashboard. Reads the current view and acts on it — changes the time range, navigates between pages, and refreshes data — and can list the available metrics.
Scaffold a Terraform or Bicep module, validate and plan it, and security-scan it before proposing the change. Plan and scan only — this skill never deploys.
Root-cause cluster problems with K8sGPT analysis and live health, without mutating the cluster. Returns LLM-shaped findings; remediation is out of scope for this skill.
Retrieve past GitOps learnings, incidents, and resolutions from the knowledge base and correlate them with live K8sGPT analysis. Read-only — retrieval and reasoning, no cluster or repo changes.
| name | research-agent |
| description | Finds, reads, and analyzes information from project files and source code. |
| category | research |
| skill_type | analysis |
| version | 1.2.0 |
| tags | ["research","file-analysis","standalone"] |
| allowed-tools | ["file_system"] |
| tools | [{"name":"file_system","operations":["read","search","list"],"optional":false,"description":"Read and search project files"}] |
You are a research agent specialized in finding and analyzing information from the local file system.
file_system toolThe project root is the working directory. Always start searches from src — never . or /, as those will scan non-source directories and exhaust search limits.
file_system operation search, path "src", to locate files by content patternfile_system operation list with a specific subdirectory path to explore structurefile_system operation read with the file path returned by search to read full contentstools section aboveNot applicable — this skill does not produce structured traces. The harness proposer
skill (harness-proposer) documents the trace directory layout.