ソース情報
- リポジトリ
- CodySwannGT/lisa
- ソースの最終更新活動
- 2026年7月18日 00:44
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 3
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/CodySwannGT/lisa --skill lisa-queue-statusコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
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.
| name | lisa-queue-status |
| description | Read-only operator surface for… |
| allowed-tools | ["Skill","Bash","Read"] |
/lisa:queue-status is the operator-facing inspection surface for Lisa's live backlog state. It answers, for the current repo only, what Lisa's configured PRD queue and build queue currently look like, whether the queues appear healthy or stuck, and which items are most actionable next.
This command is read-only in v1. It does not create, claim, relabel, repair, transition, comment on, or otherwise mutate queue items. It complements /lisa:intake, /lisa:repair-intake, /lisa:verify-prd, /lisa:automation-status, and the underlying vendor trackers; it does not replace them.
Do not ask for confirmation once invoked. This skill inspects queue state and reports what it finds. There are no write-side effects in the v1 surface.
Inspect only the Lisa queues for the current project:
Resolve queue source, tracker, lifecycle roles, and queue arguments from the same contract Lisa already uses for /lisa:intake and /lisa:repair-intake. Do not invent a second source of truth for queue detection, lifecycle naming, or stack support.
Support a repo-scoped queue selector when requested:
queue=prd: inspect only the PRD queuequeue=build: inspect only the build queueTypical entrypoints:
/lisa:queue-status
/lisa:queue-status queue=prd
/lisa:queue-status queue=build
Use this command when an operator needs to answer one of these questions for the current repo:
/lisa:intake, /lisa:repair-intake, /lisa:automation-status, or /lisa:verify-prd next?"Keep the report terminal-first and immediately actionable: observable queue facts first, then the smallest useful next command.
Render the report in grouped sections so operators can scan it top-down without reading raw tracker dumps:
For each inspected queue, report:
Identity repo: <owner/repo> and Queue repo: <owner/repo>, even when equal.repo:<currentRepo> from the repo-scoping ladder; the queue repo is never
current-repo identity.IDLE, HEALTHY, ATTENTION_NEEDED, or MISCONFIGURED.The report should stay terminal-first and immediately actionable: observable queue facts first, then the smallest useful next step.
Each queue section may include one or more highlighted items. A highlight is not a raw dump of every issue in that role; it is the single oldest or otherwise most actionable item Lisa can justify surfacing without mutating work.
Interpret highlights by role:
ready: work is waiting to be claimed. The usual next step is /lisa:intake <queue>.blocked: work is stuck behind an explicit blocker or failed pre-flight. The usual next step is /lisa:repair-intake <queue> after validating the blocker context.claimed or in-review/review states: work is in motion but may be aging. The usual next step is to inspect the active implementation or review path before escalating to /lisa:repair-intake <queue>.shipped: PRD work looks ready for initiative-level acceptance. The usual next step is /lisa:verify-prd <prd-ref>.If both queues look unexpectedly quiet or stale, mention /lisa:automation-status as the scheduler-health follow-up before implying the queues themselves are empty or broken.
Use a stable terminal-friendly shape:
Overall verdict line when both queues are shown.PRD queue heading with resolved source, verdict, lifecycle counts, actionable highlights, and remediation.Build queue heading with resolved tracker, verdict, lifecycle counts, actionable highlights, and remediation.Queue sections should stay visually grouped. Do not interleave PRD and build facts item-by-item.
intake and repair-intake use.github.queueRepo, then
github.org/github.repo; accept a short queueRepo by normalizing it to github.org.currentRepo into readGithubBuildQueueSnapshot; lifecycle counts include
only repo:<current> work. Report its unscopedCount / unscopedCandidates separately because
intake still needs to determine and stamp unlabeled work; exclude sibling-only issues..lisa.config.json instead of hardcoding one vendor's lifecycle names.MISCONFIGURED rather than pretending the queue is empty.IDLE: the queue resolved successfully and no actionable ready or stuck work is present.HEALTHY: the queue resolved successfully and the current backlog/state appears normal.ATTENTION_NEEDED: the queue resolved, but blocked, stalled, or accumulating work needs operator follow-up.MISCONFIGURED: Lisa could not resolve the queue, could not find the expected lifecycle namespace, or detected another setup/adoption problem.When both queues are in scope, derive the overall verdict from the queue sections:
MISCONFIGURED if any inspected queue is misconfigured.ATTENTION_NEEDED if any inspected queue needs operator follow-up.HEALTHY if any inspected queue has normal actionable work in motion.IDLE.Status-specific remediation guidance:
IDLE: explain that the queue is currently quiet and no immediate operator action is required.HEALTHY: point operators to /lisa:intake or /lisa:repair-intake when they want Lisa to act on the reported state.ATTENTION_NEEDED: identify the most actionable blocked or stalled items and suggest the next Lisa or tracker-native command to investigate.MISCONFIGURED: show which queue contract is missing or unresolved and recommend fixing .lisa.config.json, adopting the lifecycle namespace, or rerunning the relevant setup flow.Command handoff expectations:
/lisa:intake <queue> when the actionable highlight is ready work./lisa:repair-intake <queue> when the actionable highlight is blocked, stalled, or suspiciously old claimed/review work./lisa:verify-prd <prd-ref> when the PRD side surfaces shipped work that appears ready for initiative-level verification./lisa:automation-status when queue output suggests scheduler drift, stale unattended execution, or a mismatch between expected and observed queue activity.intake and repair-intake contract semantics so queue health reporting does not drift from execution behavior.