원클릭으로
documentation-review
Validate docs/ content — check links, config examples, rule references, and cross-reference with README.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate docs/ content — check links, config examples, rule references, and cross-reference with README.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Automated release workflow — reads version, categorizes unreleased commits, bumps semver, and updates CHANGELOG.md.
Use when configuring a multi-module Kotlin Multiplatform or Android project to use the PopcornGpParentPlugin for architectural rule enforcement. Triggers on phrases like "setup popcorn", "configure popcorn plugin", "add popcorn to project", "architectural rules setup", "enforce module dependencies".
Use when opening a new pull request. Triggers on phrases like "open PR", "create PR", "submit PR".
Use when compiling the plugin or validating the build configuration. Triggers on phrases like "build plugin", "compile", "build check", "pre-push".
Analyze project dependencies and update README with minimum system requirements for using the library.
Use as a general reference for the Popcorn Gradle Plugin project — architecture rules, project structure, build configuration, CI/CD, and development workflows. Automatically loaded on session start.
| name | documentation-review |
| description | Validate docs/ content — check links, config examples, rule references, and cross-reference with README. |
Scans all documentation files in docs/ and validates links, config examples, rule references, and cross-references with README.md.
Collect all .md files under docs/:
ls docs/*.md
Common files: index.md, 1-getting-started.md, 2-existing-rules.md, 3-custom-rules.md, 4-error-report.md, 5-metrics-report.md, 6-contributions.md, 7-automating-popcorngp-with-github-cicd.md
Internal links — for each markdown link that references a local path, verify the target file exists.
External links — check that URLs are reachable by fetching the URL.
Anchor links — for internal links with anchors, verify the anchor string exists in the target document.
Search for JSON code blocks in documentation. Verify examples match the actual config schema:
DependencyRulesConfig — should contain rules array with rule type and parametersRuleConfig — should contain rule (class name), from, to, etc.Cross-check with actual source types in domain/input/PopcornChildConfiguration.kt and the rule classes in domain/rules/.
| Doc reference | Source file |
|---|---|
NoDependencyRule | domain/rules/NoDependencyRule.kt |
JustWithRule | domain/rules/JustWithRule.kt |
DoNotWithRule | domain/rules/DoNotWithRule.kt |
io.github.codandotv:popcornguineapig:<version>io.github.codandotv.popcorngpparentpopcornParentReturn a summary of broken or missing links, config mismatches, rule discrepancies, and inconsistencies between README and docs.