qa-linting
Run the local validation checks for scripts, JSON, Gemini skills, and generated markdown.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the local validation checks for scripts, JSON, Gemini skills, and generated markdown.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Upload pending PDFs to the single NotebookLM corpus notebook and archive successful uploads.
Execute the two-phase NotebookLM-to-Gemini corpus summary chain using source evidence sidecars and Gemini Pro model routing.
Verify the generated corpus summary against the prepared NotebookLM notebook, source-evidence.md, optional targets.md, .workflow_state.json, and prompt2.txt.
| name | qa-linting |
| description | Run the local validation checks for scripts, JSON, Gemini skills, and generated markdown. |
Use non-mutating validation by default:
jq . .gemini/settings.json
shellcheck run_workflow.sh
shfmt -d run_workflow.sh
gemini skills list
For generated summaries and guidance files, run markdown linting when markdownlint or markdownlint-cli is installed:
markdownlint -c .markdownlint.json README.md AGENTS.md .agents/skills/**/*.md .gemini/agents/*.md
Only use --fix or shfmt -w when the task explicitly includes formatting edits.