一键导入
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.