con un clic
docs-changelog
// Reviews anomalib docstrings, documentation updates, and changelog expectations
// Reviews anomalib docstrings, documentation updates, and changelog expectations
| name | docs-changelog |
| description | Reviews anomalib docstrings, documentation updates, and changelog expectations |
Use this skill when reviewing docstrings, user docs, examples, READMEs, and release-note impact.
Use this skill when code changes may affect user-visible documentation, examples, READMEs, or release notes.
CHANGELOG.md entry under ## [Unreleased];python-docstrings skill for docstring formatting details.README.md, docs under docs/source/markdown/, model-specific README.md, examples, or reference pages.CHANGELOG.md under ## [Unreleased].Added, Removed, Changed, Deprecated, Fixed.CONTRIBUTING.mddocs/source/markdown/guides/developer/contributing.md.agents/skills/python-docstrings/SKILL.mdCHANGELOG.md## [Unreleased]?CHANGELOG.md for significant changes.Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI/CD pipeline security for prompt injection risks, or evaluating agentic action configurations.
Designs and reviews REST APIs for FastAPI services using consistent resource naming, HTTP semantics, validation, security, and error handling patterns. Use for backend API tasks, endpoint design/refactors, or API review requests in FastAPI/Python projects.
Run or continue model benchmarks, collect measured results, and refresh README/docs benchmark sections from generated artifacts. Use when benchmark tables in model docs need to be created, updated, or corrected.
Keep anomalib model READMEs, docs pages, image assets, and benchmark/result references in sync
Export, validate, and publish model sample-result images into docs/source/images and reference them from README/docs pages. Use when model sample images are missing, outdated, or suspected to be invalid.
Reviews anomalib model, data, callback, metric, and CLI integration conventions