Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

kensa

kensa 收录了来自 satyaborg 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
6
更新
2026-05-01
Forks
1
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

audit-evals
软件质量保证分析师与测试员

Set up evals for an agent codebase or check eval status after changes. Determines readiness, identifies what can be tested, and prepares the environment. Use when starting evals for the first time, returning after a code change, or figuring out what to do next. Also triggered by "set up evals", "is my agent ready?", "eval status", "what should I do next?", "init eval", "evaluate my agent", "test my agent", "help me eval this", "get started with evals", "where do I start", "how do I test this agent", "check my setup". This is the default entry point, use it whenever a user wants to evaluate an agent and you're unsure which skill to start with.

2026-05-01
generate-scenarios
软件质量保证分析师与测试员

Design test scenarios for an agent, covering happy paths, edge cases, tool usage, error handling, and cost bounds. Use when writing new scenarios, editing existing ones, expanding coverage after a failed run, or when the user says "add a scenario", "improve my evals", "write scenarios", "I need test cases", "what should I test", "write test cases", "expand coverage", "add edge cases", "more scenarios". Also use when the user has a diagnosis from a failed run and needs targeted scenarios for specific failure patterns.

2026-05-01
diagnose-errors
软件质量保证分析师与测试员

Understand what failed and why after an eval run. Reads judge results and traces, categorizes failures, identifies patterns, and recommends the next action. Use after running kensa eval or kensa judge, when results have failures, or when traces show anomalies. Also triggered by "what went wrong", "why did X fail", "diagnose my eval", "analyze errors", "my evals are failing", "everything failed", "check the results", "look at the failures", "debug my evals", "why is this failing", "evals broke". Use this whenever the user has run evals and wants to understand the results, even if they don't explicitly say "diagnose".

2026-04-27
generate-judges
软件质量保证分析师与测试员

Create structured judge prompt files for subjective evaluation criteria that inline strings cannot handle. Produces .kensa/judges/*.yaml with binary pass/fail definitions and few-shot examples. Use when inline criteria produce inconsistent verdicts, when pass/fail boundaries need explicit definitions, or when multiple scenarios share an evaluation standard. Also triggered by "improve the judge", "write judge prompt", "judge is wrong", "calibrate judge", "generate judges", "judge keeps failing", "false positive", "false negative", "judge is too strict", "judge is too lenient", "inconsistent verdicts". Use this even when the user doesn't mention "judge" explicitly but describes evaluation inconsistency.

2026-04-27
validate-judge
软件质量保证分析师与测试员

Validate a judge prompt against human-labeled examples. Measures TPR and TNR, identifies miscalibration, and iterates until both metrics meet threshold. Use after writing a structured judge with generate-judges, when verdicts seem wrong, or when you want confidence that the judge works before running evals at scale. Also triggered by "validate judge", "calibrate judge", "test the judge", "is my judge accurate", "judge quality", "judge metrics", "TPR", "TNR", "false positives", "false negatives", "the judge is wrong", "my judge sucks", "how good is my judge".

2026-04-27