Generate product change reports under docs/updates/ from recent code changes. Use when asked to summarize shipped changes, run scheduled product update reports, or analyze recent commits for reportable product and engineering updates.
Decide whether an issue or implementation PR changes long-term product knowledge, update docs/product when needed, and produce a structured docs sync decision for workflow automation.
Maintain the product LLM Wiki under docs/product/wiki, including raw-doc ingestion, compiled summaries and concepts, query guidance, structural lint rules, and staged review handling for uncertain product knowledge.
Review a GitHub pull request from pinned prdescription.txt, prdiff.txt, and optional speccontext.md snapshots, then write and validate review.json. Use when a CI job or bot needs offline PR review comments without posting to GitHub.
Review a spec-only GitHub pull request from pinned prdiff.txt and prdescription.txt snapshots, then write and validate review.json with document-quality findings.
Audit a pull request diff for common security concerns (input validation, sanitization, authentication and authorization, secrets management, unsafe dependencies, and related risks) and fold findings into the same review.json produced by the base PR review. Use as a supplement to review-pr whenever a code PR is being…
Audit a product or tech spec pull request diff for high-level security concerns (threat surface, authentication and authorization model, trust boundaries, sensitive data handling, secrets and key management, dependency posture, and abuse or misuse cases) and fold findings into the same review.json produced by the base…
Triage a newly filed GitHub issue in this repository by analyzing the report, inspecting relevant code, estimating reproducibility, suggesting the likely root cause, and returning structured triage output without mutating GitHub directly.
Improve repo-local PR review companion skills from human feedback on bot reviews. Use when updating review guidance from recent GitHub PR review feedback.