agent-conduct
仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
通过硬规则防止代理之间的不当依赖和潜在破坏性行为。
这个 Skill 做什么
为所有小队代理定义并强制执行关键的行为与隔离规则。
为所有小队代理统一定义并强制执行关键行为和隔离规则,确保各 agent 不会互相依赖或越界。在测试、CI 工作流和产品代码里尤其要避免硬编码某个 agent 名称或跨队引用,从而防止隐性耦合和回归。规则集中管理、加载一次生效,减少每个 charter 重复声明和执行不一致的风险。
▸ 展开 SKILL.md 英文原文
Shared hard rules enforced across all squad agents
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.copilot/skills/agent-conduct/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.copilot/skills/agent-conduct/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Context Every squad agent must follow these two hard rules. They were previously duplicated in every charter. Now they live here as a shared skill, loaded once. ## Patterns ### Product Isolation Rule (hard rule) Tests, CI workflows, and product code must NEVER depend on specific agent names from any particular squad. "Our squad" must not impact "the squad." No hardcoded references to agent names (Flight, EECOM, FIDO, etc.) in test assertions, CI configs, or product logic. Use generic/parameterized values. If a test needs agent names, use obviously-fake test fixtures (e.g., "test-agent-1", "TestBot"). ### Peer Quality Check (hard rule) Before finishing work, verify your changes don't b
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有