gaebalai

82 mods across 5 repositories, 20 stars between them.

ci-workflow-fix

49

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 38 tokens

db-backfill-plan

50

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A planning skill for backfilling existing data, meaning updating or completing records that are already stored.

2 6mo ago A 26 tokens

db-index-suggest

51

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 27 tokens

db-migration-draft

52

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A database-migration planning guide. A database migration changes the structure or stored data of an application’s database.

2 6mo ago A 27 tokens

db-migration-review

53

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A code-review tool that detects risky patterns in database migration files, which change a database's structure or data.

2 6mo ago A 29 tokens

db-query-review

54

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 32 tokens

db-schema-review

55

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 27 tokens

db-seed-data-plan

56

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 22 tokens

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A package-update planning aid that examines how changing software dependencies may affect a project and suggests a safe update order.

2 6mo ago A 26 tokens

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A skill for reviewing deployment scripts, which automate releasing software to an environment such as a server or production system.

2 6mo ago B 39 tokens

fe-a11y-audit

59

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 41 tokens

ops-alert-design

61

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 54 tokens

ops-log-sift

62

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 42 tokens

ops-metric-plan

63

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 48 tokens

postmortem-write

64

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 61 tokens

pr-quality-gate

65

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 37 tokens

pr-review

66

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 32 tokens

pr-write

67

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 23 tokens

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 25 tokens

refactor-plan

69

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 33 tokens

release-tag-plan

70

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 24 tokens

security-quick

71

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A basic codebase security check based on the OWASP Top 10, a list of common web application security risks.

2 6mo ago A 33 tokens

security-secrets

72

gaebalai/claude-code-kit-ko

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.

2 6mo ago A 30 tokens