用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ev-flow/quark-engine --skill code-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Run Quark Engine analysis on an APK file — produces summary, detail, JSON, web, call graph, behavior map, and classification reports.
Generate a Quark Engine detection rule from a behavior description and decompiled code. Validates the rule against a real APK before outputting it.
Validates dependabot dependency-update PRs against quark-engine's CI and drafts a merge/escalate recommendation. Use when asked to review, validate, or triage a dependabot PR on ev-flow/quark-engine, or when the user references issue 18z/QuarkHQ#3.
基于 SOC 职业分类
正在显示 SKILL.md
| name | code-review |
| description | Code quality checklist and review automation scripts for quark-engine PRs |
| version | 1.0.0 |
| allowed-tools | bash(.claude/skills/code-review/scripts/*.sh) |
Based on the project's review standard. Each item is tagged with a review role.
quark/utils/tools.py and BaseApkinfo before adding helpers)black --line-length 79 quark/ before committing — automate: bash .claude/skills/code-review/scripts/check_style.sh <files>pylint on only the files changed in this PR and resolve all reported issues in those files (do not fix pre-existing issues in untouched files — it creates noise and defocuses the PR) — automate: bash .claude/skills/code-review/scripts/check_style.sh <files>bash .claude/skills/code-review/scripts/check_spelling.sh <files>bash .claude/skills/code-review/scripts/check_types.sh <files>bash .claude/skills/code-review/scripts/check_coverage.sh <module>bandit for Python) and confirm no vulnerabilities — automate: bash .claude/skills/code-review/scripts/check_security.sh <files>bash .claude/skills/code-review/scripts/check_commit.sh@.claude/skills/workflows.md → Updating Smoke Test Counts)quark.script public API changed: update docs/source/quark_script.rst and compile docs locally to confirm no errorsBundled scripts in .claude/skills/code-review/scripts/ automate the checklist items marked with automate above.
Prerequisites: pip install black pylint mypy codespell bandit pytest-cov (or use uvx for one-off runs).
TableObject affect all callers in PyEval?)bash .claude/skills/code-review/scripts/run_all.sh <changed-files-or-dir>Present the review result as a single consolidated table. Each row is one check (automated or manual) with its result and issue description.
Only show issues. Do not include a "What's Good" section. End by asking the user if they want any issues fixed.
See examples/summary.md for the expected output format.