SWE Repo Introspection
技能 已验证 活跃Inspects an unfamiliar software repository and produces a concrete orientation report covering structure, tooling, entry points, boundaries, active surfaces, and safe places to start work. Use when a user says `help me understand this repo`, `map this codebase before I edit it`, `where should I start`, or asks for an engineering walkthrough before planning or delegation. Do NOT use when the user already knows the target change and wants implementation, or when they need a specific bug diagnosis rather than repo orientation.
To quickly orient engineers and agents in unfamiliar codebases, providing concrete evidence-based reports to guide development efforts.
功能
- Generates repo structure maps
- Identifies tooling and runtime shape
- Locates entry points and boundaries
- Captures validation and automation surfaces
- Notes active and safe areas for editing
使用场景
- Understand an unfamiliar repository before editing it
- Prepare for code delegation or planning
- Map tooling, entry points, and boundaries
- Find safe starting surfaces for follow-on work
非目标
- Implementing a known change request
- Debugging a specific defect
- Writing broad architecture visions beyond visible repo evidence
工作流
- Inspect the root and primary docs
- Identify tooling and runtime shape
- Locate entry points and boundaries
- Capture validation and automation surfaces
- Note active and safe areas
先决条件
- Local checkout and shell access
- Standard repo inspection tools (e.g., fd, rg, git)
- Access to repo docs or CI configuration
安装
/plugin install swe-skills@ckorhonen-swe-skills质量评分
已验证类似扩展
Presentation Structure
100关于演示文稿幻灯片格式、权重系统、导航和章节结构的知识
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Analyze Codebase For Mcp
99Analyze an arbitrary codebase to identify functions, APIs, and data sources suitable for exposure as MCP tools, producing a tool specification document. Use when planning an MCP server for an existing project, auditing a codebase before wrapping it as an AI-accessible tool surface, comparing what a codebase can do versus what is already exposed via MCP, or generating a tool spec to hand off to scaffold-mcp-server.
Repomix
98使用 Repomix 将代码库打包并分析成适合 AI 处理的单一文件。 当用户希望探索仓库、分析代码结构、查找模式、检查令牌计数或为 AI 分析准备代码库上下文时使用。 支持本地目录和远程 GitHub 仓库。
Performance Analysis
100Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
Oraclaw Decide
100为 AI 代理提供决策智能。分析选项、使用 PageRank 映射决策依赖关系、检测信息源冲突,并找出最重要的选择。