ソース情報
- リポジトリ
- CodySwannGT/lisa
- ソースの最終更新活動
- 2026年7月20日 00:25
- 検出された 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-kane-browserコマンドは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-kane-browser |
| description | Optional Lisa-owned adapter for… |
| allowed-tools | ["Bash","Read","Glob","Grep","Skill"] |
Use this skill only when a parent Lisa workflow has already classified a DOM-web empirical verification and selected Kane from the available browser-controller providers. Kane is an optional implementation detail, not the owner of Lisa's verification verdict.
.lisa.config.json + .lisa.config.local.json configuration.verification.browser.kane.enabled: true.verification.browser.kane.cloudUploadApproved: true. Kane uploads objectives,
screenshots, action logs, variables in scope, metadata, and run artifacts to TestMu Test
Manager. If approval is absent, do not run it and do not ask from inside a factory.allowedEnvironments. prod and production are always
rejected even if listed.use-the-product mutation policy to resolve to full. During the initial rollout,
Kane must not receive a broad objective in read-only or forbidden environments.lisa kane probe <project-root> --json. A failed probe is a tooling blocker, not a product
failure. Do not start an interactive login from an unattended factory.Build one self-contained objective from the parent workflow's Validation Journey. It must state the starting URL, identity/persona, actions, observable assertions, and cleanup expectation. Do not put credentials or secret values in the objective; use the project's existing Kane variable bindings.
Run:
lisa kane run <project-root> \
--environment <environment> \
--mutation full \
--url <base-url> \
--objective "<self-contained objective>" \
--json
The Lisa adapter always adds Kane's non-interactive --agent --headless flags, bounds time and
steps, and parses the evolving event stream behind a stable contract.
passed — empirical journey passed. It is not complete until lisa-codify-verification
encodes the same behavior in every supported native regression runner.product_failed — the live journey or assertion failed. Diagnose from evidence; a Kane
confirmedProductBug flag is evidence, not permission to bypass Lisa's duplicate search or
tracker-write gate.tool_failed — Kane installation, auth, schema, upload, Chrome, or control-plane failure. Never
report this as a product regression.timed_out — provider timeout. Retry only under the parent workflow's bounded retry policy.Progress events are informational and may change between Kane releases. Automation decisions use only Lisa's normalized result, which is derived from the terminal event and process exit code.
Use the local evidence pack as the source artifact. Extract the screenshots, HAR/network log,
console log, and result summary required by the ticket's evidence manifest. Route those artifacts
through lisa-tracker-evidence so they become durable PR/ticket evidence. A Test Manager share URL
is secondary convenience evidence and must never be the only proof because it can expire.
Do not commit Kane session directories, credentials, browser profiles, raw variable stores, or unreviewed recordings. Redact secrets and sensitive person-level data before attaching evidence.
agents.md to project instructions.kane-cli generate, testmd, code export, or auto-healing as an authoritative Lisa
regression gate during the initial rollout.