context-and-impact
统一的“上下文到执行”流水线:结合 Obsidian 语义搜索、GitNexus 代码影响分析与 Agent Skill Bus 编排能力。
语义搜索
代码影响分析
工作流编排
多智能体
上下文工程
知识图谱
自动化流程
⭐ 5⬇️ 0🏷️ main📦 2
context-and-impact-main.zip
146.6 KB下载
安装与使用说明
Codex
- 先下载 ZIP 包(例如:context-and-impact-main.zip)。
- 解压后放到 $CODEX_HOME/skills/ 目录下。
- 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/。
- 确保目录内有 SKILL.md,然后重开会话即可使用。
源码目录预览
├── .github │ ├── ISSUE_TEMPLATE │ │ └── copilot-task.yml │ ├── workflows │ │ ├── ai-review.yml │ │ ├── auto-merge.yml │ │ ├── ci.yml │ │ ├── copilot-assign.yml │ │ ├── copilot-watchdog.yml │ │ ├── decompose.yml │ │ └── update-project.yml │ └── FUNDING.yml ├── docs │ ├── agent-guide.md │ ├── agent-operations-os.md │ ├── architecture.md │ ├── estack-enforcer.md │ ├── naming-guide.md │ ├── openclaw-engineering-guide.md │ ├── openclaw-gap-analysis.md │ ├── skill-taxonomy.md │ └── zero-shot-context-router.md ├── examples │ ├── w1-keyword-search.sh │ ├── w2-impact-analysis.sh │ ├── w3-cross-domain.sh │ ├── w4-quality-check.sh │ ├── w5-full-pipeline.sh │ └── w6-orphan-linking.sh ├── project_memory │ ├── tasks.json │ └── worklog.md ├── scripts │ └── check-prerequisites.sh ├── skills │ ├── claude-code │ │ └── SKILL.md │ ├── codex │ │ └── SKILL.md │ └── openclaw │ └── SKILL.md ├── src │ ├── cli │ │ ├── context-router.py │ │ ├── l1-keyword-search.sh │ │ ├── rrf-merge.py │ │ ├── semantic-search.py │ │ ├── temporal-score.py │ │ ├── test_rrf_merge.py │ │ ├── test_temporal_score.py │ │ └── wikilink-search.py │ ├── enforcer │ │ ├── estack-enforcer.sh │ │ └── estack-plan.sh │ ├── gitnexus │ │ └── queries.md │ ├── quality │ │ ├── __init__.py │ │ ├── ensemble-judge.py │ │ ├── ensemble_judge.py │ │ └── test_ensemble_judge.py │ ├── routing │ │ ├── __init__.py │ │ ├── multi-classifier.py │ │ ├── multi_classifier.py │ │ └── test_multi_classifier.py │ └── skill-bus │ ├── dispatch-recommend.sh │ ├── enqueue-task.sh │ ├── record-run.sh │ ├── test-integration.sh │ └── water-spider.sh ├── .env.example ├── .gitignore ├── CLAUDE.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SKILL.md └── package.json
元数据
Slug: context-and-impact
作者: ShunsukeHayashi
协议: MIT
包大小: 146.6 KB
SHA256: b85968c853d9b7ced2c74488c3b6d4b4e84d8d4150a3bb520b3d5a971fb1813a