assess

Rate code, designs, or approaches on a 0-10 scale across seven dimensions.

217|20|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/yonatangross/orchestkit --skill assess-yonatangross
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assess
Source: https://github.com/yonatangross/orchestkit/tree/main/plugins/ork/skills/assess
Command: npx skills add https://github.com/yonatangross/orchestkit --skill assess-yonatangross

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) and rules (resource) components.

What problem does it solve?

This Skill provides a structured, objective evaluation of code, designs, or strategic approaches, answering the critical question: "Is this good?"

Core Features & Use Cases

  • Comprehensive Quality Scoring: Rates targets across 7 dimensions (Correctness, Maintainability, Performance, Security, Scalability, Testability, Compliance) on a 0-10 scale.
  • Actionable Recommendations: Identifies specific pros, cons, and improvement suggestions with effort/impact estimates.
  • Use Case: Use this Skill to get an unbiased assessment of a new feature's code quality before merging, or to compare the trade-offs between two different architectural designs.

Quick Start

Assess the quality of the file backend/app/services/auth.py.

Frequently Asked Questions about assess

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

FAQPage Schema
How do I evaluate code quality across multiple dimensions before merging?

To evaluate code quality, this Skill rates targets on a 0-10 scale across seven dimensions including maintainability, performance, and security. It provides structured pros and cons analysis alongside specific improvement suggestions with effort estimates.

Can I perform a security audit focused only on specific vulnerability areas?

Yes, you can perform a security audit using the security-focused assessment mode. This mode specifically evaluates security dimensions within your code or design, identifying vulnerabilities and providing targeted improvement suggestions with impact estimates.

What is the best way to compare two architectural designs objectively?

To compare architectural designs objectively, this Skill compares alternatives by scoring them across seven dimensions on a 0-10 scale. It delivers structured pros and cons analysis for each approach, helping you understand trade-offs and select the optimal design.

Does the code review assessment provide actionable improvement suggestions?

Yes, the code review assessment provides actionable improvement suggestions by identifying specific pros and cons. Each suggestion includes estimated effort and impact levels, helping you prioritize refactoring tasks effectively before merging.

How does design analysis work when evaluating complex strategic approaches?

Design analysis works by rating strategic approaches on a 0-10 scale across correctness, scalability, and compliance dimensions. It uses parallel agents or agent teams to evaluate the approach and optionally applies model overrides for deeper analysis.

When should I use the full assessment mode versus the code-quality-focused mode?

Use the full assessment mode when you need comprehensive evaluation across all seven dimensions, and use the code-quality-focused mode when you specifically need to evaluate correctness, maintainability, and testability without the broader security or compliance scopes.