一键导入
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.