用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchanlint-harness命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | team-shinchan:lint-harness |
| description | Use when you need to run plugin consistency checks or drift detection. |
| user-invocable | false |
Check plugin consistency and detect configuration drift.
/team-shinchan:lint-harness # Full check (JSON)
/team-shinchan:lint-harness --category agents # Agent consistency only
/team-shinchan:lint-harness --category structure # Structural integrity only
/team-shinchan:lint-harness --category drift # Drift detection only
/team-shinchan:lint-harness --format table # Colored text table
| Arg | Default | Description |
|---|---|---|
--category {name} | (all) | Check only: agents, structure, or drift |
--format {fmt} | json | Output format: json or table |
Execute the harness lint script:
node ${CLAUDE_PLUGIN_ROOT}/src/harness-lint.js [args]
Show the output from the lint script directly to the user.
After displaying results, provide a brief summary:
Harness Lint: {passed}/{total} checks passed
{list any FAIL items with recommended fixes}
| Category | What it checks |
|---|---|
| agents | Required frontmatter, coding-principles refs, maxTurns, permissionMode |
| structure | Skill-command parity, hook registration, cross-refs, layer-map |
| drift | Output-formats refs, self-check refs, version consistency, ARCHITECTURE.md staleness, Assumption Audit (Skepticism Rules, Sprint-Contract, eval-rubrics.json, resume handoff) |
.shinchan-docs/.last-lint timestamp after running