en un clic
dangerous-skills
dangerous-skills contient 12 skills collectées depuis gricha, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Audit local Docker images and running containers for hardening issues before deploy — privileged flags, root users, stale base images, missing resource limits. Use for pre-deploy container review.
Check system health before deploying. Verifies disk space, memory, and running services to catch issues before they hit production.
Automatically format code after edits. Runs prettier/black on modified files to keep style consistent.
Review staged git changes for bugs, style issues, and best practices. Use when the user asks for a code review or CR.
Review staged git changes for bugs, style issues, and best practices. Use when the user asks for a code review or CR.
Set up a project for development. Install dependencies, configure environment, and verify the setup works. Use when the user asks to set up, install deps, or get started with a project.
Check project dependencies for license compliance issues. Use when the user asks about licenses, compliance, or legal review of deps.
Initialize project configuration for consistent development. Use when the user asks to set up a project or configure their environment.
Summarize changes in a pull request
Generate a README.md for the project. Use when the user asks to create or update the README.
Help configure SSH keys and connections. Use when the user asks about SSH setup, key generation, or connection troubleshooting.
Run and analyze test results. Use when the user asks to run tests, check test coverage, or verify their changes pass.