ソース情報
- リポジトリ
- CodySwannGT/lisa
- ソースの最終更新活動
- 2026年7月10日 13:59
- 検出された 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-wiki-doctorコマンドは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-wiki-doctor |
| description | Verify that a wiki is correctly… |
The post-migration / post-setup verification checklist. Orchestrates the deterministic scripts and
functional smoke tests, then writes wiki/state/migration/doctor-report.json and prints the blocking
items.
Each item is PASS | WARN | FAIL | SKIP; overall is READY | READY_WITH_WARNINGS | NOT_READY. In
hard-enforcement mode (--migration after phase 5) WARN on structure/integrity items is not
allowed; earlier phases allow documented legacy warnings. Build checks (group G) are Lisa/release-only
and SKIP in downstream repos.
validate-config.mjs + structure-manifest conformance;
required files present; schemaVersion set and rendered kernelVersion matches the installed
plugin; README mode recorded (never implicit stub).lint-wiki.mjs + diff-guard.mjs; index/log coverage;
state-order invariant; no broken/orphan links; secret/tenant/contamination/sensitivity scans;
memory sources project-scoped only (no global Codex memory / Chronicle).$lisa-wiki-* on
Codex; each config.staff[] role has its doc page + both subagents; MCP doctor passes or connector
cleanly disabled; external-write connectors skipped unless explicit intent./query returns
a cited answer; /lint clean (or expected phase warnings); /onboard-me completes read-mostly with
no PII; bare /ingest --dry-run lists non-external-write sources; /doctor rerun is idempotent.--with-ci; (Lisa
only) bun run build:plugins builds both artifacts and check:plugins passes.scripts/verify-migration.mjs (which emits the JSON report); this
skill adds the functional smoke tests and interprets phase-allowed warnings.lisa-wiki-migrate, lisa-wiki-lint, lisa-wiki-setup.