AC stock-planner
交易计划生成器。基于当前持仓、市场状态和策略规则 生成下一交易日的买卖建议。支持仓位风险评估、 止损止盈检查、仓位控制、买入优先级排序。 Use when: 需要每日交易计划、仓位管理、 风险控制检查、持仓评估。 🎉 v1.0.0 功能: - 持仓盈亏分析(逐只股票) - 止损检查(亏损≥-8%自动标记) - 止盈建议(盈利≥+20%分批止盈) - 仓位控制(根据市场状态调整) - 操作建议生成 触发关键词:交易计划、仓位管理、止损止盈、投资管理 适用范围:CSV 持仓数据 运行模式:纯本地
交易计划生成器。基于当前持仓、市场状态和策略规则 生成下一交易日的买卖建议。支持仓位风险评估、 止损止盈检查、仓位控制、买入优先级排序。 Use when: 需要每日交易计划、仓位管理、 风险控制检查、持仓评估。 🎉 v1.0.0 功能: - 持仓盈亏分析(逐只股票) - 止损检查(亏损≥-8%自动标记) -…
As a process C 50/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 0
✓ No critical or high findings
Files scanned: 0. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 50/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 75Steps. 3 steps
- 100Tools and files. No external tools needed
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 313 tokens
- 100Running it twice. No mutating operations
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +3Description length 252: enough signal without eating the budget
- +4Structure: 6 headings
- +3Step-by-step instructions: 3 items
- +4Has examples (2 code blocks)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 87.