eval

Evaluate proposed design changes against project architecture and AGENTS.md principles.

14|Updated Jun 4, 2026
One-click install
npx skills add https://github.com/Cogni-DAO/node-template --skill eval-cogni-dao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval
Source: https://github.com/Cogni-DAO/node-template/tree/main/.openclaw/skills/eval
Command: npx skills add https://github.com/Cogni-DAO/node-template --skill eval-cogni-dao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps ensure that new designs and code align with the established architectural principles and guidelines of the project, preventing technical debt and maintaining consistency.

Core Features & Use Cases

  • Design Principle Adherence: Analyzes proposed changes against project-specific design philosophies.
  • Documentation Review: Scans relevant documentation (architecture, guides, agent definitions) to inform the evaluation.
  • Use Case: Before merging a new feature, use this Skill to automatically check if the implementation details in your code adhere to the project's core design principles as documented in AGENTS.md files.

Quick Start

Evaluate the design for the files I was editing against the project's design principles.

Frequently Asked Questions about eval

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

FAQPage Schema
How do I evaluate design changes against project architecture principles?

To evaluate design changes against project architecture principles, review relevant documentation and AGENTS.md files to identify deviations from core design philosophies. This ensures proposed code modifications maintain consistency and adhere to established project guidelines.

What is design principle adherence in software engineering?

Design principle adherence is the process of verifying that proposed code changes align with documented project architecture and guidelines. It analyzes implementation details against specific design philosophies to prevent technical debt and maintain overall code quality.

How do I check if my code adheres to AGENTS.md design principles?

To check if your code adheres to AGENTS.md design principles, evaluate the edited files against the project's documented architecture. Scanning these guides identifies deviations and suggests modifications required for strict adherence to the defined rules.

Can I use documentation review to prevent technical debt before merging features?

Yes, you can use documentation review to prevent technical debt before merging features. By scanning architecture guides and agent definitions, the evaluation ensures new implementations align with established principles, maintaining consistency and avoiding architectural drift.

Does design review identify deviations from established project architecture?

Yes, design review identifies deviations from established project architecture by analyzing proposed changes against documented design philosophies. It suggests necessary modifications to ensure your implementation details strictly follow the project's core principles.

When do I need to evaluate proposed code changes for architectural consistency?

You need to evaluate proposed code changes for architectural consistency before merging new features. This ensures implementation details match the documented design principles, preventing technical debt and maintaining quality throughout project development.