code-analysis
Comprehensive code analysis guidelines for ACE Engine (OpenHarmony ArkUI) development.
npx skills add majiayu000/claude-skill-registry --skill code-analysis-eclipse-oniro-mirror-arkui-ace-engine --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: code-analysis description: This skill should be used when analyzing ACE Engine (OpenHarmony ArkUI) code including components, patterns, models, and properties. Supports multiple analysis levels: quick diagnosis (5-15 min), comprehensive analysis (30-45 min), and deep audit (1-2 hr). Covers architecture review, bug analysis, performance optimization, component design guidance, API review, and test coverage analysis. Emphasizes code-first principle - always verify with actual code using Read/Grep tools and provide file:line references. version: 1.0.0 --- # ACE Engine Code Analysis Skill Comprehensive code analysis guidelines for ACE Engine (OpenHarmony ArkUI) development. ## Core Principles ### 1. Code-First Principle (代码为准原则) **Always verify with actual source code - never guess or fabricate.** - ✅ Use Read/Grep tools to locate and read actual source code - ✅ Reference complete file paths with line numbers (e.g., `frameworks/core/xxx/yyy.cpp:123`) - ✅ Provide source location for all code snippets - ❌ Never assume functionality without reading source code - ❌ Never write hypothetical code without verification **Example of correct code reference**: ```markdown ### Text Patte
- Core Principles
- 1. Code-First Principle (代码为准原则)
- 2. Evidence-Based Analysis
- 3. Structured Output
- Analysis Levels
- Level 1: Quick Analysis (基础版本快速分析)
- Level 2: Comprehensive Analysis (完整版本深度分析)
- Level 3: Deep Audit (深度审计)
- Scenario-Specific Analysis
- Bug Analysis (Bug分析专用)
- Performance Optimization (性能优化专用)
- Component Design (新组件开发专用)
- API Review (API审查专用)
- Test Analysis (测试分析专用)
Find files by pattern Find all test files Find specific component files Search code by pattern Search with context Search in specific directory Case-insensitive search Verify file exists View specific lines Build check
What does the code-analysis skill do?
Comprehensive code analysis guidelines for ACE Engine (OpenHarmony ArkUI) development.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill code-analysis-eclipse-oniro-mirror-arkui-ace-engine --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
