research

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

专注于 repo 级别的可行性与风险评估,适合决策前分析。

这个 Skill 做什么

为代码库出具不带承诺的预决策调研包,评估风险与后续路径。

在做决策前帮你把可行路径和风险先调研清楚,产出基于代码库的研究包:现状、方案比对、风险评估、推荐路径与置信度、下一步建议。适合在选技术方案、比较替代品或评估重大改动前做预决策时用。特点是面向 repo 的实证分析,不承诺实现,只给出可交接的决策依据和后续动作清单。

▸ 展开 SKILL.md 英文原文

Use when the user asks to "research", "investigate", "evaluate options", or "find out about" a topic. Generate a repo-grounded research packet before deciding whether/how to build — pre-decision analysis with risks, best path, confidence, next action.

研究检索调研预决策风险评估通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/research/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/research/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 -->

# Research — Pre-Decision Analysis

Produces a repo-grounded research packet without committing to implementation. Use when evaluating approaches, comparing options, or preparing a handoff.

## When to Use

- "Should I use X or Y?"
- "What's the best way to add Z?"
- "Evaluate this approach before I commit"
- "Research this before we build"
- The orchestrator routes here when intent is exploratory, not implementational

## Process

1. **Scan the repo**: Run `python3 ${CLAUDE_PLUGIN_ROOT}/scripts/research_packet.py --scan --workdir "$PWD" --focus "<t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有