Skill Claude CodeCodex
A tool for analyzing failed continuous-integration logs and proposing fixes. Continuous integration automatically builds and tests code when changes are made.
Skill Claude CodeCodex
A tool for analyzing failed continuous-integration logs and proposing fixes. Continuous integration automatically builds and tests code when changes are made.
Skill Claude CodeCodex
A planning skill for backfilling existing data, meaning updating or completing records that are already stored.
Skill Claude CodeCodex
A database-tuning helper that examines queries and their execution plans, which show how the database runs them, and suggests index changes.
Skill Claude CodeCodex
A database-migration planning guide. A database migration changes the structure or stored data of an application’s database.
Skill Claude CodeCodex
A code-review tool that detects risky patterns in database migration files, which change a database's structure or data.
Skill Claude CodeCodex
A database-query review tool that checks for performance problems such as N+1 queries, full-table scans, and expensive aggregation. An N+1 query repeatedly fetches related data instead of retrieving it efficiently.
Skill Claude CodeCodex
A database-schema review guide written in Korean. A database schema is the structure of tables, fields, relationships, and rules used to store data.
Skill Claude CodeCodex
A planning aid for designing seed data, which is sample data inserted into a database for testing and validation. The description is in Korean and specifically refers to test and verification data.
Skill Claude CodeCodex
A package-update planning aid that examines how changing software dependencies may affect a project and suggests a safe update order.
Skill Claude CodeCodex
A skill for reviewing deployment scripts, which automate releasing software to an environment such as a server or production system.
Skill Claude CodeCodex
A frontend accessibility audit based on WCAG 2.1, the web standard for making sites usable by people with disabilities. It reports violations and specific fixes.
Skill Claude CodeCodex
A frontend performance review based on Core Web Vitals: loading speed, layout stability, and responsiveness to user input.
Skill Claude CodeCodex
A workflow for designing alert thresholds, reducing notification noise, and planning escalation paths. Escalation paths define who is contacted as an incident becomes more serious.
Skill Claude CodeCodex
A process for analyzing log files, which are records produced by software while it runs. It combines possible explanations, initial problem triage, and suggested next actions.
Skill Claude CodeCodex
A planning process for system monitoring metrics, which are measurements used to track how software behaves. It organizes what to measure, why it matters, how to measure it, and how to arrange a dashboard.
Skill Claude CodeCodex
An incident postmortem is a written review of a service failure or other serious problem. It organizes the timeline, root cause, prevention steps, and follow-up tasks in a template.
Skill Claude CodeCodex
A pre-pull-request quality check covering tests, type checking, security, and the list of code changes. A pull request is a proposal to merge changes into a shared codebase.
Skill Claude CodeCodex
A pull-request review helper that examines code changes and presents problems, improvement suggestions, and questions as review comments. A pull request is a request to merge changes into a codebase.
Skill Claude CodeCodex
A pull-request writing helper that uses the current code diff to draft a description and a review checklist. A diff is the list of changes between two versions of a project.
Skill Claude CodeCodex
A repository-structure analysis tool that creates a checklist for reviewing pull requests. A pull request is a proposed set of code changes for review.
Skill Claude CodeCodex
A skill for writing a refactoring plan. Refactoring means changing code's internal structure without changing what it is meant to do.
Skill Claude CodeCodex
A planning aid for software releases, including release tags, semantic versioning, and changelogs. Semantic versioning is a shared way to label releases based on the kinds of changes they contain.
Skill Claude CodeCodex
A basic codebase security check based on the OWASP Top 10, a list of common web application security risks.
Skill Claude CodeCodex
A codebase check for exposed secrets such as API keys, access tokens, and passwords. The description is in Korean and does not specify its scanning method or output.