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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.