Agent skill

code-analysis

Comprehensive code analysis guidelines for ACE Engine (OpenHarmony ArkUI) development.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/analysis/code-analysis-eclipse-oniro-mirror-arkui-ace-engine/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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

What's inside
Steps it walks through
  1. Core Principles
  2. 1. Code-First Principle (代码为准原则)
  3. 2. Evidence-Based Analysis
  4. 3. Structured Output
  5. Analysis Levels
  6. Level 1: Quick Analysis (基础版本快速分析)
  7. Level 2: Comprehensive Analysis (完整版本深度分析)
  8. Level 3: Deep Audit (深度审计)
  9. Scenario-Specific Analysis
  10. Bug Analysis (Bug分析专用)
  11. Performance Optimization (性能优化专用)
  12. Component Design (新组件开发专用)
  13. API Review (API审查专用)
  14. Test Analysis (测试分析专用)
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going