feat: 新增 BB-harness 技能集(9 个 skill + knowledge 知识库) - #3
Open
mctang985211-coder wants to merge 1 commit into
Open
Conversation
Add on-demand skills and a knowledge base produced by the BB harness dsh plugin rework: four design/integration/verification guides, four pre-PR review checklists, a bb-knowledge index skill, and knowledge/ (19 stage-grouped markdown files referenced by skills via ../knowledge/ relative paths). Knowledge moved out of plugin system prompts into on-demand skills.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
来源
BB harness dsh 插件改造的配套产物:四个 designer/runner 插件(chip / ball / workload / verify)与 pr-reviewer 的按需技能与知识库。原先写在插件系统提示词里的知识被抽离为按需加载的 skill 与 knowledge 文件。
内容清单
9 个 skill:
bb-knowledge— buckyball 仓库知识库索引:按阶段分组的仓库不变量与实时查询配方chip-design-guide— 新 chip 设计指南:D1-D5 容量链、骨架 schema、contract.toml、bind 轮次ball-design-guide— 新 ball 设计方法论:契约问题、funct7/ballId 选择、isa/ctest 模板、bemu 黄金模型、RTL 接线workload-integration-guide— workload 阶段 ModelTest e2e 集成:模型目录、CMake 注册点、运行通路ci-verification-guide— 验证流水线指南:阶段命令序列、探针轮机制、证据行文法、裁决与报告格式review-chip/review-ball/review-workload/review-verify— 四个阶段的 PR 前评审清单(写集边界、schema 键、清单一致性等)knowledge/ 知识库: 19 篇按阶段分组的 markdown 知识文件(chip/ball/workload/verify/shared)+ INDEX.md,承载仓库事实与查询配方。
集成方式
knowledge/由 skill 以../knowledge/相对路径引用。编写规范依据
遵循本仓库现有 skill 的 frontmatter 约定(
name+description)与 anthropics skill-creator 规范。