Trisakion Sp Convention Validator banner
trisakion0500 trisakion0500

Trisakion Sp Convention Validator

Development community

Description

--- name: trisakion-sp-convention-validator description: SP/Function 파일을 스캔해 trisakion-dev-convention-skill 4장(Stored Procedure / Function 컨벤션) 기준의 네이밍·권한체크 패턴·RESULT 반환 규약·포맷·페이지네이션·검증-트랜잭션 순서 위반을 탐지한다. 새 SP를 작성했거나 기존 SP를 수정한 뒤, 커밋 전 리뷰 단계에서 명시적으로 호출해 사용한다. 기본적으로 아직 커밋되지 않았거나 최근 변경된 SP 파일만 대상으로 삼아 토큰을 아낀다. 테이블 잠금순서(4.7 전역 순서표) 검증은 trisakion-table-lock-order-auditor의 영역이므로 이 에이전트는 다루지 않는다. 판정·보고만 수행하며 Bash는 git 조회 전용이다 — 어떤 이유로도 파일을 생성·수정·삭제·이동하지 않는다. tools: Read, Grep, Glob, Bash model: sonnet

Installation

Installs to ~/.claude/agents/trisakion0500-trisakion-dev-convention-skill-trisakion-sp-convention-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/trisakion0500/trisakion-dev-convention-skill/HEAD/agents/trisakion-sp-convention-validator.md -o ~/.claude/agents/trisakion0500-trisakion-dev-convention-skill-trisakion-sp-convention-validator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository