code-review-docs

Update module-specific code convention and ADR YAML files with conflict analysis.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Jsplix/ACODIAN-ORIGIN --skill code-review-docs-jsplix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-docs
Source: https://github.com/Jsplix/ACODIAN-ORIGIN/tree/main/.codex/skills/code-review-docs
Command: npx skills add https://github.com/Jsplix/ACODIAN-ORIGIN --skill code-review-docs-jsplix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Updating code convention and ADR (Architecture Decision Record) documents for software modules often leads to inconsistent or contradictory documentation, as changes to one document may require corresponding updates to the other, and conflicts between new decisions and existing rules are easy to miss.

Core Features & Use Cases

  • Dual Document Management: Add, edit, or delete entries in module-specific code-convention.yaml and adr.yaml files for modules like api, web, infra, or ai.
  • Conflict & Cascading Change Detection: Automatically identifies contradictions between new decisions and existing documentation entries, and flags required cascading updates to maintain cross-document consistency.
  • Use Case: When your team adopts a new ADR to centralize error handling for the api module, this skill checks if existing convention rules conflict with the new decision and suggests necessary updates to both documents to avoid contradictory guidance for developers.

Quick Start

Use the code-review-docs skill to review and update the api module's code convention and ADR documents after finalizing a new error handling standard.

Frequently Asked Questions about code-review-docs

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

FAQPage Schema
How do I ensure ADR and code convention documents stay consistent when updating technical documentation?

To ensure ADR and code convention documents stay consistent, you need cross-document conflict and cascading change detection. This process automatically identifies contradictions between new architectural decisions and existing rules, then flags required updates to maintain alignment across module-specific YAML files.

What is cascading change detection for software module documentation?

Cascading change detection for software module documentation is a mechanism that automatically identifies contradictions between new architectural decisions and existing code conventions. It flags required cross-document updates to ensure all related documentation entries for modules like api, web, and infra remain aligned after modifications.

How to update code-convention.yaml and adr.yaml files without creating contradictory technical documentation?

To update code-convention.yaml and adr.yaml files without contradictions, apply mandatory cross-document conflict analysis during modifications. This checks if existing convention rules conflict with new architectural decisions and suggests necessary updates to both documents to avoid contradictory guidance for developers.

Can I use this documentation conflict detection for different software modules like api, web, and infra?

Yes, documentation conflict detection can be applied to different software modules including api, web, infra, and ai. It manages updates to module-specific code convention and ADR YAML files, enforcing cross-document consistency analysis to ensure all related documentation entries remain aligned after modifications.

When do I need to check for cascading updates in architecture decision records?

You need to check for cascading updates in architecture decision records when adopting new coding standards, finalizing architectural decisions, or deprecating rules for software modules. This ensures that changes to one document trigger corresponding updates to the other, preventing inconsistent technical documentation.