phx:investigate

仓库创建 2026年2月12日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由

提供多轨并行调查流程,适合复杂错误排查与定位。

▸ 风险提示

可能读取或修改项目代码并执行诊断命令,注意权限

这个 Skill 做什么

对 Elixir/Phoenix 的崩溃、异常与测试失败进行系统化调查与根因分析。

用来调查 Elixir/Phoenix 项目的崩溃、异常、堆栈和测试失败,目标是系统化找出根因并给出修复方向。碰到无法重现的异常、测试挂了或看到长堆栈追踪时就该用它。支持深度四轨并行调查模式(--parallel),能同时从多个角度定位问题。

▸ 展开 SKILL.md 英文原文

Investigate bugs and errors in Elixir/Phoenix — root-cause analysis for crashes, exceptions, stack traces, test failures. Use --parallel for deep 4-track investigation.

开发编程调试根因分析错误排查Elixir通用
505
Stars
34
Forks
40
仓库内 Skill
+35
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/investigate/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/investigate/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Investigate Bug

Investigate bugs using the Ralph Wiggum approach: check the
obvious, read errors literally.

## Usage

```
/phx:investigate Users can't log in after password reset
/phx:investigate FunctionClauseError in UserController.show
/phx:investigate Complex auth bug --parallel
```

## Arguments

`$ARGUMENTS` = Bug description or error message. Add `--parallel`
for deep 4-track investigation.

## Mode Selection

Use **parallel mode** (spawn `deep-bug-investigator`) when:
bug mentions 3+ modules, spans multiple contexts, is intermittent
or involves concurrency, or user says `--parallel`/`deep`.

**Otherwise**: Run the sequential workflow below.

**Avoid confirmatory subagents**: Do N
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有