vrew-analyze

仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

适合排查回归并评估修改的潜在冲击面。

这个 Skill 做什么

分析代码库行为,定位根因并评估改动影响与副作用。

帮你在动手改代码前先弄清楚代码库到底怎么跑、哪里出问题。适合用来查 root cause、分析 regressions、评估改动的影响或副作用,能跨多层追踪失败并算出 blast radius。特别之处是会对比不同环境/输入/配置的表现并产出有证据支撑的报告,方便做变更决策。

▸ 展开 SKILL.md 英文原文

Investigate codebase behavior before fixing or changing it. Use when asked to find root causes, analyze regressions, assess the impact or side effects of a proposed code/config change, trace failures across layers, compare behavior by environment/input/config, determine blast radius, or produce an evidence-backed report.

开发编程因果分析回归调查影响评估通用
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jongwonlee-nemo/oh-my-agents/main/codex/skills/vrew-analyze/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jongwonlee-nemo/oh-my-agents/main/codex/skills/vrew-analyze/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Codebase Cause and Impact Investigator

Investigate first. Choose one mode and keep the analysis focused. Use the other mode only as supporting context.

## Inputs

Collect or infer:

- Symptom: observed failure, error, regression, log, UI behavior, performance issue, or resource growth.
- Proposed change: code/config/default/behavior change to evaluate without applying.
- Reproduction conditions: OS, app version, build mode, input, timing, account state, feature flag, or hardware.
- Suspected area: files, modules, services, APIs, recent PRs, or config.
- Expected behavior.
- Scope: inspect only, run tests, modify code, or write a report.

If something important is missing, continue best-e
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有