بنقرة واحدة
test-quality
Evaluates test code for coverage, assertion quality, isolation, and readability.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Evaluates test code for coverage, assertion quality, isolation, and readability.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Guides OpenKoi when working on its own codebase. Enforces architectural invariants, zero-dependency crypto, test-first iteration, and safe self-modification patterns.
Evaluates API endpoint design for RESTfulness, consistency, error handling, and documentation.
Evaluates code changes for correctness, style, and safety.
General-purpose evaluator for any task type. Used as fallback when no domain-specific evaluator matches.
Evaluates written content for clarity, accuracy, tone, and structure.
Evaluates SQL queries and database migrations for correctness, safety, performance, and reversibility.
| name | test-quality |
| kind | evaluator |
| description | Evaluates test code for coverage, assertion quality, isolation, and readability. |
| metadata | {"categories":["test","testing","spec","unit-test","integration-test"],"dimensions":[{"name":"coverage","weight":0.3,"description":"Are the important behaviors and edge cases tested?"},{"name":"assertions","weight":0.3,"description":"Are assertions specific, meaningful, and testing the right thing?"},{"name":"isolation","weight":0.2,"description":"Are tests independent, deterministic, and properly mocked?"},{"name":"readability","weight":0.2,"description":"Are tests clear, well-named, and maintainable?"}]} |
Evaluate test code against these criteria.