vimkim

26 mods across 1 repository, 2 stars between them.

vimkim/my-cubrid-skills

Instructions file CodexOpenCode

AGENTS.md instructions for vimkim/my-cubrid-skills, covering my-cubrid-skills, purpose, directory structure, updating a skill and adding a skill.

2 11d ago A 813 tokens

create-testcases

03

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Create CUBRID test cases (unit/SQL/shell) for a given feature or bug fix. Use when the user asks to create tests, write test cases, or mentions testing a CBRD ticket.

2 11d ago A 47 tokens

cubrid-build

04

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Prepare, configure, build, and test CUBRID worktrees with the preset-aware justfile workflow. Use for new or existing CUBRID worktrees and after engine code changes. Triggers on phrases like 'build CUBRID', 'prepare this worktree', 'compile this change', 'run CUBRID tests', or 'use releasegcc'.

2 11d ago A 77 tokens

cubrid-ci-analyze

05

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Collect the currently available exact-commit CircleCI snapshot for a CUBRID GitHub pull request with the cubrid-ci binary, analyze failed tests across testmedium, testsql, and testshell, and write an evidence-backed report under my-cubrid-docs. Use when the user provides a CUBRID PR URL and asks for CI status…

2 11d ago A 131 tokens

cubrid-ci-trigger

06

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Trigger CUBRID CI tests on a GitHub PR by posting a verified /run chatops comment — /run sql medium launches the SQL and medium suites, /run all launches sql, medium, and shell. Use for one-shot CI triggering on a new PR head with no active trigger, or before requesting review. For hands-off fix-until-green iteration…

2 11d ago A 141 tokens

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Produce an evidence-backed Korean HTML book that reconstructs a CUBRID subsystem from local source, compares its nearest PostgreSQL and MySQL mechanisms, validates central behavior with CUBRID experiments, creates reproducible Korean quizzes, and finishes with an adaptive Korean mastery grill. Use for a free-form…

2 11d ago A 160 tokens

cubrid-common

08

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Shared helper scripts for CUBRID skill preflight checks, PR metadata validation, CUBRID source-tree detection, build preset validation, and canonical CUBRID remote detection. Use when updating or debugging CUBRID skills that source common shell helpers; this is primarily an implementation dependency for other CUBRID…

2 11d ago A 67 tokens

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Iteratively implement CUBRID C/C++ code changes by looping a writer subagent against a relentless CUBRID PR-style reviewer subagent, with a build gate every round, until the reviewer explicitly approves or a round cap is hit. Accepts a JIRA issue, a GitHub PR URL, a spec path, or an inline spec - refuses to start…

2 11d ago A 138 tokens

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Create and run CUBRID .ctl isolation tests for MVCC/concurrency scenarios. Use when the user asks to test isolation, concurrency, MVCC, locking, or multi-session behavior for a CUBRID feature.

2 11d ago A 50 tokens

vimkim/my-cubrid-skills

Skill Claude CodeCodex

A writing skill for creating CUBRID issue reports in JIRA, a tool used to track software work. Reports are written in Korean with English section headings and include a structured triage section.

2 11d ago A 238 tokens

cubrid-jira

12

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Look up CUBRID JIRA issue context and publish a reviewed Markdown file as an existing issue's description. Use when a CBRD-XXXXX ticket is mentioned, when the user asks about a JIRA issue, or when another authorized workflow needs to upload a finished issue report.

2 11d ago A 62 tokens

cubrid-loop-pr

13

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Auto-iterate on a CUBRID PR by looping fix -> commit -> push -> trigger CI -> wait, until both testsql and testmedium checks pass or a 24-hour cap is hit. Use when the user wants hands-off iteration on a PR until CI is green and is willing to leave the session running. Triggers on phrases like 'loop pr', 'loop on pr'…

2 11d ago A 115 tokens

cubrid-oos-context

14

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Load the authoritative CUBRID Out-of-row Overflow Storage project context when the task specifically concerns OOS behavior, design, implementation, defects, or tests—for example, an OOS-specific CBRD ticket, source file, identifier, or design decision.

2 11d ago A 57 tokens

cubrid-pr-create

15

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Publish a draft GitHub pull request for the CUBRID project with a [CBRD-XXXXX] title, Korean PR body, linked detailed doc, explicit AS-IS/TO-BE contrast when the change supports it, and pre-publish material checks. For the safe default path, commit and push the detailed doc, push the source branch to…

2 11d ago A 150 tokens

cubrid-pr-review

16

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Review a CUBRID pull request from a CUBRID Git worktree whose current HEAD exactly matches the supplied PR number or URL, using the host CLI's native review engine, a published report, and a three-line PR summary comment. Uses Claude Code's built-in /code-review workflow or Codex CLI's built-in /review workflow, then…

2 11d ago A 102 tokens

cubrid-qa-fetch

17

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Fetch and analyze authenticated pages from CUBRID's internal QA portal at qahome.cubrid.org. Use when the user gives a qahome.cubrid.org/qaresult URL, asks to read or parse shell/SQL/medium/functional QA result pages, asks for NOK lists or core stacks from qahome, or describes a portal navigation path such as cubrid /…

2 11d ago A 165 tokens

cubrid-shell-run

18

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Run one CUBRID CTP shell test (or a narrow subtree) against the local build. Use when the user wants to debug, reproduce, or iterate on a specific shell test (or a small bucket of them) without running the full CI suite. For CTP shell tests only — not for unit tests (cubrid-build), SQL regression tests, or .ctl…

2 11d ago A 179 tokens

gh-pr-comments-all

19

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Fetch every comment on a GitHub PR by querying all three GitHub REST endpoints (inline review comments, top-level review summaries, and PR-page discussion) and merging them into one chronological view. Use when the user asks to list all PR review comments, audit reviewer feedback, or check whether anything was missed…

2 11d ago B 125 tokens

markdown-write

20

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Write or revise repository-agnostic Markdown for a configured copyparty standalone viewer, using compatible external or inline SVG, Mermaid diagrams, and MathJax equations. Use when a document will be opened as .md?v or when copyparty rendering compatibility matters. Triggers on phrases like 'write copyparty…

2 11d ago A 103 tokens

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Create a new skill in the my-cubrid-skills collection. Use when the user wants to turn a workflow into a reusable skill, capture what they just did as a skill, or add a new skill to their CUBRID toolbox. Triggers on phrases like 'make this a skill', 'create a skill for this', 'save this as a skill', 'add a new skill…

2 11d ago A 95 tokens

next

22

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Recommend what to do next from the current context.

2 11d ago A 12 tokens

pp

23

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Proceed with the pending task or previously proposed action.

2 11d ago A 12 tokens

vimkim/my-cubrid-skills

Skill Claude CodeCodex

Resolve replied Greptile bot review comments on a GitHub PR. Use when the user wants to close, resolve, or dismiss Greptile comments that already have replies, or when they mention cleaning up bot review threads on a PR. Triggers on phrases like 'close greptile comments', 'resolve bot comments', 'clean up greptile…

2 11d ago A 87 tokens