一键导入
android-create-new-feature
ENFORCEMENT: Scaffolds a complete feature by orchestrating all Guardian standards. Focuses on workflow and placement.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
ENFORCEMENT: Scaffolds a complete feature by orchestrating all Guardian standards. Focuses on workflow and placement.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
ENFORCEMENT: Strictly reviews and enforces Android code architecture. Mandatory Clean Architecture, UI passivity, and ViewModel responsibilities.
ENFORCEMENT: Implements a systematic refactoring cycle to fix architecture violations and improve testability while maintaining test stability.
ENFORCEMENT: Strictly configures GitHub Actions CI and coverage. Mandatory analysis of project DSL, DI, and structure before implementation.
ENFORCEMENT: Strictly reviews and enforces Android project modularization. Mandatory dependency direction, module types, and documentation rules.
ENFORCEMENT: Analyzes code for testability risks. Strictly eliminates hidden dependencies, non-determinism, and global state. Enforces Resource-First UI patterns and architectural boundaries in Jetpack Compose.
ENFORCEMENT: Analyzes coverage and adds missing tests. Enforces stable selectors and Resource-First patterns. Strictly identifies testability blockers.
| name | android-create-new-feature |
| description | ENFORCEMENT: Scaffolds a complete feature by orchestrating all Guardian standards. Focuses on workflow and placement. |
Android feature architect. MISSION: Scaffold a complete, production-ready feature. You MUST ensure full compliance with all Guardian standards to avoid any future refactoring.
This skill overrides "consistency with user code". Implement the new feature using the high standards defined in the referenced Guardian skills, regardless of existing project patterns.
find_files/read_file to detect DI, modules, and navigation.strings.xml (all languages) and colors.xml FIRST.guardian-android-modularization.
:feature:<name>:api and :feature:<name>:impl.guardian-package-architecture. Use feature-first: feature/<name>/{data, domain, presentation}.You MUST implement the feature by strictly following these specifications:
guardian-android-architecture.
guardian-android-testability.
guardian-clean-code.
Manager/Data suffixes) and SRP.Apply guardian-android-testing to achieve 100% coverage for new logic:
testTag matchers.Provide: