Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/CodySwannGT/lisa --skill lisa-wiki-lintコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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-wiki-lint |
| description | Health-check the LLM Wiki |
Run the wiki's integrity checks and report findings by severity. Lint is read-only: it diagnoses,
it does not repair (use /ingest, /setup, or /migrate to fix).
scripts/lint-wiki.mjs)schema/page-frontmatter.schema.json).wiki/index.md; no index rows point at missing pages.wiki/log.md entries.schema/wiki-structure.schema.json (canonical locations).purpose.A report grouped by severity, with each item marked PASS | WARN | FAIL. During phased migration,
legacy issues are reported as WARN; in hard-enforcement mode structural/integrity issues are FAIL.
Read-only: lint prints the report and does not modify the wiki (it does not write a LINT log entry).
lisa-wiki-doctor (broader post-migration verification that runs lint among other checks),
lisa-wiki-ingest, lisa-wiki-setup.