analyze

Analyze rule sources for consistency gaps and output structured JSON.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kokiebisu/life --skill analyze-kokiebisu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/kokiebisu/life/tree/main/skills/analyze
Command: npx skills add https://github.com/kokiebisu/life --skill analyze-kokiebisu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このスキルは、ルールファイル (.ai/rules/、CLAUDE.md、skills/) の不整合を検出し、コード化による一貫性のある運用へと変換する支援をします。

Core Features & Use Cases

  • ルールの構造化分析と JSON 形式での出力
  • 出力をもとにレポートを生成し、実装案を提示
  • 複数ソース間の整合性チェックとリファクタリングのガイドを提供

Quick Start

分析を開始して、ルールファイルをスキャンしてコード化の提案と実装プランを生成します。

Frequently Asked Questions about analyze

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

FAQPage Schema
How do I check consistency gaps across CLAUDE.md and .ai/rules files?

You can detect consistency gaps across CLAUDE.md and .ai/rules files by scanning rule sources to output a structured JSON with scannedFiles, totalRules, and rule details for auditing and refactoring.

What is the best way to turn rule files into code for automated reporting?

The best way to turn rule files into code for reporting is analyzing rule sources to propose code-based implementations, generating a structured JSON output that guides implementation plans and reporting workflows.

Can I use this to generate a refactoring plan from skills and rule files?

Yes, you can generate a refactoring plan from skills and rule files by scanning sources to detect inconsistencies and proposing structured, code-based implementations for consistent engineering practices.

Does the analysis output support integration with workflow automation tools?

The analysis output supports workflow automation by providing a structured JSON format containing scannedFiles, totalRules, and rules details, which downstream automation and reporting pipelines can consume.

What JSON structure does the rule analysis output for auditing purposes?

The rule analysis outputs a structured JSON containing scannedFiles, totalRules, and detailed rules information to guide implementation and auditing across the scanned rule sources.

When should I run a consistency check on my project's rule files?

Run a consistency check on rule files during refactor projects or when managing multiple rule sources like .ai/rules and CLAUDE.md to ensure consistent engineering practices and detect structural gaps.