소스 정보
- 저장소
- ev-flow/quark-engine
- 최근 소스 활동
- 2026년 4월 21일 15:34
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1,710
- 포크
- 214
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ev-flow/quark-engine --skill code-review명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
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.
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 직업 분류 기준