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.