check-refs

Solid

Use when verifying cross-references between skills, rules, commands, guidelines, and context documents are not broken after edits, renames, or deletions.

AI & Automation 7 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# check-refs ## When to use Use this skill when: - A skill, rule, command, guideline, or context has been renamed or deleted - Linking a newly added artifact from elsewhere in `.agent-src.uncondensed/` - Preparing a PR that touches cross-references between agent artifacts - CI's `check-refs` job failed and the broken reference needs to be located Do NOT use when: - Only the body of a single file changed and no names or paths were touched - Checking frontmatter shape or required sections — use `lint-skills` instead - Verifying condensed vs uncondensed pairs — use `bash scripts/condense.sh --check` instead ## Procedure ### 1. Inspect the scope of recent changes Identify whether any artifact was renamed, moved, or removed since the last clean run. Cross-reference checks are relevant only when names or paths shift; pure body edits cannot break references. ### 2. Dispatch via the runtime layer Invoke the skill through the runtime dispatcher so the `execution:` block in this skill's frontmatter governs the call: ```bash ./scripts-run src/scripts/runtime_dispatcher run --skill check-refs ``` The dispatcher resolves the request, the shell handler runs `./scripts-run src/scripts/check_references`, captures stdout/stderr, and returns a typed `ExecutionResult`. ### 3. Verify the result Check the returned `ExecutionResult`: - `exit_code: 0` → all cross-references resolve - `exit_code: 1` → at least one broken reference — read `stdout` for file, line, and the offending re...

Details

Author
event4u-app
Repository
event4u-app/agent-config
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Featured

manage-refs

Cross-cutting reference manager for medical manuscripts. Single entry point for citation-key validation, journal-CSL pandoc rendering, manuscript ↔ DOCX cross-reference QC, marker conversion (``[N]`` ↔ ``[@key]``), and native Zotero CWYW field-code injection. Replaces the inline reference-handling that previously lived in ``/write-paper`` Phase 7.6 and is reused by ``/revise``, ``/peer-review``, ``/sync-submission``, and any skill that produces a journal submission. Audit-only verification stays in ``/verify-refs`` — this skill writes (renders, injects, converts); that skill only reads.

223 Updated yesterday
Aperivue
AI & Automation Listed

ref-integrity-scan

ファイル(スキル/ルール/フック/設定/ドキュメント)を削除・移動・改名する前後に、リポジトリ内の被参照(ダングリング参照)を全走査して修正候補を提示する。Use when: PlanGate 資産(4 配置 sync を持つスキル/ルール/コマンド)の削除・移動・改名時、git rm / git mv の前後、スキル・ルールのパス変更時、『削除前にチェックして』『参照切れを探して』。出典: growth-core deletion-reference-scan 由来(#798)。

2 Updated yesterday
s977043
AI & Automation Solid

wenqu-review

审查中文内容的事实依据、逻辑连贯性、术语规范、翻译腔、AI 写作痕迹与整体结构,适用于 文章、报告、教程、项目介绍和说明材料。当用户要求“审查”“检查一下”“看看有没有问题” “整体看看”,或使用 "review an article", "review this draft", "proofread" 等英文表达时 使用;可独立运行,也可作为其他写作技能的内联审查阶段。

4 Updated today
gogoingai