一键导入
build-and-check
Use when compiling the plugin or validating the build configuration. Triggers on phrases like "build plugin", "compile", "build check", "pre-push".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when compiling the plugin or validating the build configuration. Triggers on phrases like "build plugin", "compile", "build check", "pre-push".
用 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".
Validate docs/ content — check links, config examples, rule references, and cross-reference with README.
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 | build-and-check |
| description | Use when compiling the plugin or validating the build configuration. Triggers on phrases like "build plugin", "compile", "build check", "pre-push". |
Compiles the plugin and validates the build configuration.
# Full build
./gradlew popcornguineapigplugin:build
# Clean build
./gradlew clean
./gradlew popcornguineapigplugin:build
| Issue | Solution |
|---|---|
| "Plugin is already compiled" | Run ./gradlew clean first |
| "JVM memory error" | Increase org.gradle.jvmargs in gradle.properties |
| "Repository not accessible" | Check internet and URLs in settings.gradle.kts |
| Kotlin compiler daemon error | Expected — intentionally disabled (KT-65761) |
popcornguineapigplugin/build/libs/popcornguineapigplugin-<version>.jar