spec-compliance-auto

Parse specifications and code to calculate compliance rates and generate remediation reports.

1|Updated Jun 27, 2025
One-click install
npx skills add https://github.com/d-kishi/ubiquitous-lang-mng --skill spec-compliance-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-compliance-auto
Source: https://github.com/d-kishi/ubiquitous-lang-mng/tree/main/.claude/skills/spec-compliance-auto
Command: npx skills add https://github.com/d-kishi/ubiquitous-lang-mng --skill spec-compliance-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

仕様が実装と一致しているかを自動的に検証し、逸脱リスクを特定します。

Core Features & Use Cases

  • spec-compliance-checkコマンド
  • 仕様書参照と準拠率計算
  • 逸脱リスク特定と改善提案のレポート化

Quick Start

/spec-compliance-check を実行して、現在の実装の仕様準拠を評価します。

Frequently Asked Questions about spec-compliance-auto

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

FAQPage Schema
How do I automatically verify that my code implementation matches the specification?

Specification-compliance verification automates the process of checking whether your implementation aligns with design documents. Run the spec-compliance-check command to evaluate your current code against the spec, identify deviations, and receive a compliance rate with actionable remediation guidance.

When should I check specification compliance during development?

Check compliance during new feature implementation, throughout ongoing development, after completion, and after specification updates. Automated compliance checks at these stages catch deviations early, assess risk, and help maintain alignment between spec and code before issues compound.

What compliance metrics does specification verification provide?

Specification-compliance checking calculates overall compliance rates (targeting 95%+), functional compliance (100%), and data integrity compliance (100%). These metrics help you understand where deviations exist and prioritize remediation efforts across different aspects of your implementation.

Can I use specification compliance checking on existing codebases?

Yes, specification-compliance verification works on new implementations, ongoing projects, and completed code. Run it against your existing codebase to identify current deviations, assess associated risks, and generate improvement reports for remediation.

What do I need to prepare before running compliance checks?

Prepare your design specification documents and ensure your code is accessible for parsing. The compliance checker correlates specifications against your implementation to calculate compliance rates and identify where code deviates from documented requirements.