Skip to main content

atlas-review-lenses

Review a mobile app's real screens through one lens (design, usability, accessibility, or pricing clarity) and leave each finding as a comment pinned to an exact pixel.

설치로 이동

소스 정보

저장소
RevylAI/atlas-review-lenses
최근 소스 활동
2026년 8월 20일 20:03
감지된 SKILL.md 언어
영어
스타
2
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
atlas-review-lenses
description
Review a mobile app's real screens through one lens (design, usability, accessibility, or pricing clarity) and leave each finding as a comment pinned to an exact pixel.
# Atlas review lenses (Codex) Review real screenshots of an app and leave each finding pinned to the pixel it is about. A lens decides what you look for. Run one lens per pass. ## Setup Requires the Revyl CLI, authenticated, against an app with a populated Atlas. ```bash revyl atlas apps ``` ## Steps 1. Pick one lens from `lenses/` and follow only that lens. Ask the user if they did not name one. 2. Download the screens and open every image. ```bash SHOTS=$(mktemp -d) revyl atlas screen <screen-id> --app "$APP" --screenshots --screenshot-dir "$SHOTS" --json ``` 3. Measure anything measurable. Compute contrast ratios rather than estimating them. Drop any suspicion that does not survive measurement. 4. Preview an ambiguous target before creating it. ```bash revyl atlas annotations create --app "$APP" --observation "$OBS" \ --target "<visible element>" --dry-run --preview-out /tmp/pin.png --json ``` 5. Create the annotation. ```bash revyl atlas annotations create --app "$APP" --observation "$OBS" \ --target "<visible element>" --body "<defect and fix>" --json ``` 6. Group findings by root cause in your summary. ## Rules - Open the images. A path is not a review. - Target what is visible. Occluded text cannot be grounded, so pin the element causing the occlusion and describe the damage in the body. - A failed grounding creates nothing. Re-target, do not guess a coordinate. - Prefer `dismiss` over `delete`, since deleting a root comment removes the whole thread everywhere. ## Attribution Built by Revyl (https://revyl.ai). Runs on the Revyl CLI and Atlas. Documentation at https://docs.revyl.ai.
GitHub에서 보기