Install
$ agentstack add skill-zylcyl-gaokao-advisor-adi-assessment ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
ADI 专业路径评估
模型定义
ADI(Action Domain Index)回答:这条路你走得通吗?
四个维度,每项 1-5 分,总分 = 四项相乘(1-625)。乘法表达瓶颈效应——最低维度锁死上限。
| 维度 | 问题 | 5分 | 1分 | |------|------|-----|-----| | paths | 毕业后能跨多少行业 | 多行业可转化 | 单一路径 | | reach | 普通学生能体面就业吗 | 稳定努力即可 | 赢家通吃 | | correct | 选错了能低成本调整吗 | 自学/项目可调 | 几乎不可调 | | recover | 失败代价能承受吗 | 快速进入其他路径 | 基本锁死 |
分档
| 分档 | 区间 | 含义 | |------|------|------| | 低难 | >300 | 路径可复制 | | 中等 | 150-300 | 规划可实现 | | 较难 | 50-150 | 依赖个体能力 | | 高难 | <50 | 难稳定实现 |
标杆参考(读取 baseline_adi.json)
计算机 500 / 电气 192 / 法学 8 / 临床医学 3
评估流程
- 确定基线分:根据专业特征,参考标杆值给出四维初始分
- 个性化修正:根据考生素质问卷(读取 question_bank.json)调整各维度
- 每道题的效果标注在 question_bank 中(如 "reach +1.0")
- clamp 到 1-5 区间
- 基础锁定性不可抹平(如法学 correct 基础分极低,即使全满也难超"较难")
- 计算总分:paths × reach × correct × recover
- 确定分档:查 tiers 表
- 识别瓶颈:哪个维度最低就是最大风险点
关键不变量
- 乘法而非加权和
- clamp(1,5) 边界
- 基础锁定性不被抹平
- 家庭资源只影响 recover 维度(专业级,通过 Q3/Q5/Q7 的资源等级题)
输出格式
[专业名] ADI评估
paths: X/5 | reach: X/5 | correct: X/5 | recover: X/5
总分: XXX | 分档: XX | 瓶颈: XX维度
个性化修正: 结合考生[素质],从[X档]调整为[X档]
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Zylcyl
- Source: Zylcyl/gaokao-advisor
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.