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.