public/codex/skills/languages/mybatis/SKILL.md
MyBatis mapper rules for XML mapper files, mapper interfaces, statement contracts, parameter/result shapes, embedded SQL, dynamic branches, and binding validation.
npx skillsauth add jungho-git/jllm mybatisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this rule when:
namespace, statement id, parameterType, resultType, or resultMapMyBatis edits should preserve mapper interface, XML, SQL, and caller contracts.
namespace unless intentionally changing the Java interface contract.#{...} bindings for values; use ${...} only for vetted identifiers that cannot be parameter-bound.namespace, statement id, parameterType, resultType, and resultMap aligned.resultMap behavior callers depend on.<if>, <choose>, and <foreach> branches for null, empty, and optional input.<sql> snippets unless requested or genuinely repeated clauses require them.testing
Required phase order for non-trivial tasks: Plan, Explore, Implement, Verify, Finalize. Use for multi-step work, scoped exploration, re-planning, validation, and final synthesis.
development
Final response format: Korean-first, concise Process / Checks / Issues / Updates, optional Usage, with only actual changes, actual validation, real blockers, changed files, and measured token data when available.
development
Smallest complete change rule: preserve local code shape, extend existing patterns, avoid speculative extraction or cleanup, and include required coupled updates for correctness.
development
Code comment policy: numbered one-line `―` dividers for touched declarations and logical sections, paired outer blocks only for long regions, concise purpose comments, and no comment churn.