بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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.