bkn-review

Compute quality scores from test results and network state, then output an adjustment_plan.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kweaver-ai/kweaver-dip --skill bkn-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bkn-review
Source: https://github.com/kweaver-ai/kweaver-dip/tree/main/skills/bkn-creator/internal/bkn-review
Command: npx skills add https://github.com/kweaver-ai/kweaver-dip --skill bkn-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

根据测试结果,计算质量评分,判定通过或需要调整,并将调整任务分发到对应的 skill。插件降级说明:当 plugin_availability.rules == unavailable 或 plugin_availability.test == unavailable 时,评分维度自动降级。

Core Features & Use Cases

  • 分析测试结果,计算质量评分,判定通过或需要调整,分发调整任务到对应的 skill。
  • 降级行为:如果 plugin_availability.rules 为 unavailable 或 plugin_availability.test 为 unavailable,相关评分维度将降级。
  • 该技能用于在业务知识网络中评估网络质量并协调跨技能的改进分发。

Quick Start

使用输入:测试结果、当前网络状态、业务规则清单,以及来自插件的可用性信息,运行该技能以生成质量评分和分发调整任务的计划。

Frequently Asked Questions about bkn-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate quality scores for a business knowledge network based on test results?

Network quality evaluation applies a multi-dimension scoring model covering structure, relations, binding, mapping, rules, and tests to determine pass or adjust outcomes from test outputs and current network state.

How does plugin availability affect automated quality scoring and workflow dispatch?

When plugin_availability for rules or tests is unavailable, the quality scoring model automatically degrades those specific scoring dimensions to maintain workflow continuity without halting the evaluation process.

What is the best way to automate decision dispatch for network review adjustment tasks?

The best way to automate decision dispatch is generating an adjustment_plan from computed quality scores, which reassigns specific improvement tasks to appropriate skills based on multi-dimension evaluation results.

Can I use business rule lists and network state to drive task distribution in quality evaluation workflows?

Yes, you can use business rule lists and current network state as inputs alongside test results and plugin availability to compute quality scores and drive automated adjustment task distribution.

What are the limitations of multi-dimension scoring when plugin availability is restricted?

When plugin_availability for rules or tests is restricted, multi-dimension scoring limitations include automatic degradation of those specific dimensions, which reduces evaluation precision across affected network quality criteria.