Skip to main content
Manusで任意のスキルを実行
ワンクリックで
openharmony
GitHub クリエイタープロフィール

openharmony

5 件の GitHub リポジトリにある 26 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
26
リポジトリ
5
更新
2026-07-23
リポジトリエクスプローラー

リポジトリと代表的な skills

pcre2-integration
ソフトウェア開発者

PCRE2 library integration for RegExp implementation in ETS stdlib. Use when implementing regex features, adding new regex flags, optimizing pattern matching, debugging native regex code, or extending RegExp API. Covers PCRE2 C API, pattern compilation, match execution, capture groups, UTF-8/UTF-16 handling, and native-ETS boundary.

2026-07-20
regexp-implementation
ソフトウェア開発者

Comprehensive RegExp implementation covering both ETS managed API and native C++ bindings. Use when implementing, debugging, or extending RegExp functionality. Covers the full stack from ETS stdlib API through ANI bindings to PCRE2 backend.

2026-07-20
urunner-stdlib
ソフトウェア品質保証アナリスト・テスター

Run ets_func_tests using the Universal Runner (urunner) tool. Use when executing stdlib tests, running test suites, or testing ETS functionality. Handles running tests with runner.sh from ../../../tests/tests-u-runner-2/, selecting workflows and test suites, configuring test options, and running specific tests or full test suites.

2026-07-03
ark-aot-pgo
ソフトウェア開発者

Work with Ark static_core AOT PGO flows using `.ap` profiles, runtime saver flags, `ark_aptool dump`, and `ark_aot --paoc-use-profile:path=...`. Use when collecting profile data, validating saved profiles, reusing them in AOT compilation, or debugging class-context mismatch and current AOT PGO limitations.

2026-03-30
ark-checked-urunner-repro
ソフトウェア品質保証アナリスト・テスター

Reproduce Ark static_core failures through checked tests or URunner v1/v2. Use when narrowing CI regressions, capturing exact `checker.rb`, `ark`, or `ark_aot` commands, authoring `RUN` or `RUN_PAOC` style repros, or deciding whether a bug belongs in checked, URunner, or raw tool-level reproduction.

2026-03-30
ark-ir-disasm-triage
ソフトウェア開発者

Triage Ark static_core compiler issues with IR dumps, disassembly, `ark_aot --paoc-mode=jit|osr|aot|llvm`, `ark_aotdump`, compiler logs, and method narrowing through `--compiler-regex`. Use when comparing pass-local behavior, verifying code generation, or deciding whether a failure is compiler-local or belongs to the runtime boundary.

2026-03-30
ark-jit-aot-repro
ソフトウェア開発者

Reproduce Ark static_core issues across interpreter, JIT, AOT, and offline paoc flows. Use when you need exact `ark` or `ark_aot` commands, explicit `--interpreter-type`, `--compiler-regex` minimization, current `--paoc-*` flags, or a fast choice between interpreter-only, force-JIT, runtime AOT, and offline paoc validation.

2026-03-30
ark-perf-lab
ソフトウェア開発者

Investigate Ark static_core performance regressions with current benchmark layers, explicit runtime mode selection, GC control, IR and disassembly inspection, AOT symbol generation, and external profiler handoff. Use when comparing `int`, `jit`, and `aot`, running VMB or ETS micro-benchmarks, or preparing a clean profiling workflow.

2026-03-30
このリポジトリの収集済み skills 13 件中、上位 8 件を表示しています。
security-review
情報セキュリティアナリスト

资深代码安全审计专家,进行商用前的地毯式安全审查,识别潜在漏洞、逻辑缺陷和合规性风险。内置历史真实问题提炼的已知缺陷模式库(257+ 条已闭环问题单),审计时必须对历史高发模式做同类排查,防止同类问题重复出现

2026-07-23
api-audit
ソフトウェア品質保証アナリスト・テスター

针对指定 Kit 的对外 API 做全量一致性审计、实现缺陷扫描与测试用例完备度评估,输出 Markdown + CSV 双格式。 当用户提到"接口审计"、"API审计"、"资料一致性"、"实现bug扫描"、"一致性扫描"、"audit api"、 "interface audit"、"扫描接口"、"深度扫描api"、"测试用例完备度"、"测试覆盖度评估"、"用例缺失"、 "汇总到csv"、"导出csv"等,且上下文涉及对外 API(C API 或 JS API)时触发此 skill。 即使用户只说"帮我扫一下 xxxKit",也应触发。 支持用户口头指定 Kit 名(如 abilityKit、arkuiKit),自动定位 docs/interface/framework/service/test 路径。

2026-07-04
codecheck-orchestrator
その他コンピュータ職

代码检视总编排器:对指定路径或 Kit,自动选择并调度 codecheck 下各子 skill(deep-scan、external-input-audit、api-audit 等), 执行后把各维度产出跨维度去重、合并为一份统一的 codecheck_report_<scope>_<YYYYMMDD>.md 报告。 当用户表达通用代码检视意图时触发:"检视一下代码"、"帮我审一下"、"做一次 code review"、"代码审查"、 "review 一下"、"审一下这块代码"、"codecheck"、"代码检视"、"全面检视"、"生成检视报告"。 当用户指定单一维度(纯安全/纯 API/纯外部输入)时,不触发本 skill,直接调对应子 skill。 当用户明确说"深度扫描"时,优先触发 deep-scan 而非本 skill(deep-scan 是三层专用编排)。

2026-07-04
deep-scan
ソフトウェア品質保証アナリスト・テスター

对指定代码路径执行三层深度扫描:high-impact-bug-audit(高影响缺陷审计) → logic-analyzer(逻辑影响分析)→ security-review(安全审查)。 用于在代码审查、合入前检查、安全审计等场景下,对 C++/JS/TS 代码进行系统性风险排查。 触发方式: 1. 用户输入 /deep-scan {path} 2. 用户用自然语言表达“对某某路径做深度扫描/全面排查/安全审计/bug audit”等意图, 例如:“对 services/abilitymgr 做深度扫描”、“全面排查 frameworks/native 的高危 bug”、 “审计 interfaces/inner_api 的安全问题”。 输出:按 P0/P1/P2 优先级排序的 Excel 问题汇总表(规范输出)。 扫描范围默认排除 ets 和 cj 前缀的源文件;用户若通过自然语言明确要求包含,再另行确认。

2026-07-04
external-input-audit
ソフトウェア品質保証アナリスト・テスター

对指定代码路径执行"外部输入 → 持久化"全链路健壮性审计。 识别从外部数据源(IPC/Parcel、HTTP 请求体、CLI 参数、配置文件、网络 socket) 到持久化目标(数据库、文件、缓存、日志)的危险链路,评估写入侧防御、 读取侧恢复、并发安全与日志注入等全生命周期风险。 触发方式: 1. 用户输入 /external_input_audit {path} 2. 用户用自然语言表达"外部输入排查"、"输入接口审计"、"持久化安全检查" "数据入口审计"、"输入校验扫描"、"接口健壮性排查"等意图。 输出:按 P0/P1/P2 优先级排序的 Excel 风险清单。

2026-07-04
high-impact-bug-audit
ソフトウェア品質保証アナリスト・テスター

Systematically audit code for high-impact bugs across ability_base or similar codebases. Use when asked to find, review, scan, investigate, or prioritize P0/P1 risks such as crashes, hangs, deadlocks, OOM, illegal memory access, data corruption, destructive side effects, resource leaks, state pollution, permission bypass, serialization/IPC bugs, malformed input handling, file/path/archive parsing bugs, lifecycle bugs, concurrency races, or other severe reliability/security defects.

2026-07-04
logic-analyzer
ソフトウェア品質保証アナリスト・テスター

深度分析代码修改的逻辑影响,系统化地发现所有逻辑问题

2026-07-04
capi-test-naming-verifier
ソフトウェア品質保証アナリスト・テスター

This skill should be used when the user asks to "verify C API test naming", "check test naming convention", "validate test names", "C API test naming compliance", "test naming verification", "ensure test naming consistency", "audit test names", "review test naming", or mentions verifying that C API unit test names follow the standardized naming convention methodNameTestScenario.

2026-02-16
capi-test-fixer
ソフトウェア品質保証アナリスト・テスター

This skill should be used when the user asks to "C API test failures", "C API unit test issues", "modifier tests failing", "undefined symbol in C API tests", "ARKUI_CAPI_UNITTEST compilation errors", "Converter API issues in tests", "test build configuration problems", "fix C API interface test failures", "capi test fix", "modifier test fix", or mentions fixing C API unit test failures in OpenHarmony ACE Engine. Automatically diagnoses and fixes common C API unit test failures including missing static modifiers, incorrect Converter API usage, and test build configuration issues.

2026-02-16
focus
ウェブ開発者

This skill should be used when the user asks questions about OpenHarmony ArkUI focus system, including focus navigation (direction keys, Tab key), focus events (onFocus, onBlur, onKey), focus properties (focusOnTouch, defaultFocus, tabIndex, groupDefaultFocus), focus styles (FocusBox, FocusPattern), FocusManager, FocusView, FocusHub, FocusEventHandler, FocusModifier, keyboard navigation, remote control navigation, accessibility focus support, focus chain management, and focus rendering. Covers both ArkTS application layer and C++ implementation layer.

2026-02-04
arkui-api-design
ソフトウェア開発者

This skill should be used when the user asks to "design ArkUI API", "add component property", "create Modifier method", "review ArkUI API", "deprecate API", "write JSDOC for ArkUI", or mentions OpenHarmony API design standards. Provides comprehensive guidance for ArkUI component API design following OpenHarmony coding guidelines.

2026-02-02
5 件中 5 件のリポジトリを表示
すべてのリポジトリを表示しました