Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/CodySwannGT/lisa --skill lisa-qa-queue명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
This skill should be used for any non-trivial request — features, bugs, stories, epics, spikes, or multi-step tasks. It accepts a ticket URL (Jira, Linear, GitHub), a file path containing a spec, or a plain-text prompt. It assembles an agent team, breaks the work into structured tasks, and manages the full lifecycle from research through implementation, code review, deploy, and empirical verification.
any non-trivial request —…
This skill should be used for any non-trivial request — features, bugs, stories, epics, spikes, or multi-step tasks. It accepts a ticket URL (Jira, Linear, GitHub), a file path containing a spec, or a plain-text prompt. It assembles an agent team, breaks the work into structured tasks, and manages the full lifecycle from research through implementation, code review, deploy, and empirical verification.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | lisa-qa-queue |
| description | QA acceptance queue for human… |
| allowed-tools | ["Skill","Bash","Read","Glob","Grep"] |
Serve one ticket at a time to a human QA tester and record their verdict. The tester is assumed non-technical: everything you present must be readable by an intern on their first day — no stack traces, no jargon, no internal identifiers without explanation.
Read .lisa.config.json:
jira.workflow.qa.queue, falling back to jira.workflow.done.staging
(whatever status the project uses for "deployed to the environment QA tests against").
If neither exists, stop and report the missing config.jira.workflow.qa.certified (the project's "passed QA, ships
with the next release" status). Required for the pass path; if missing, stop and
instruct the operator to add it — never guess a terminal status.jira.workflow.ready (fail path, via lisa-qa-fail).tracker decides JIRA / GitHub / Linear surfaces;
status names above map to labels/states on non-JIRA trackers.[lisa-qa-fail] verdict from this sweep. Skip tickets
whose repo is listed in qa.nonUserFacingRepos — those belong to lisa-qa-clear,
not a human tester; note any encountered so the operator knows to run the clear.lisa-tracker-read (never serve from a bare summary).exploration /
Validation Journey config supplies the URL and test credentials): where to go, what
to click or type, which account to use.[lisa-qa-queue] QA pass comment naming who verified and when, and offer
the next item.lisa-qa-fail with the ticket key and the tester's own words
(verbatim — do not paraphrase away detail; attach any screenshots they provided). That
skill owns the failure report, the expectation-gap diagnosis, the qa-fail label, and
the transition back to build-ready. When it completes, confirm to the tester in one
plain sentence what was recorded and offer the next item.[lisa-qa-queue] QA blocked: <reason> comment, leave the status untouched, flag it in
the session summary for the operator, and serve the next item.lisa-qa-fail — this skill never
hand-crafts tracker mutations beyond the pass transition and its comment.