Loading...
Loading...
Use when the user wants to query Lore git trailers from commit history — surface constraints, rejected alternatives, directives, test gaps, and other decision context. Triggers on "최근 제약조건 확인", "리젝된 대안 보여줘", "check recent constraints", "show directives", or explicit skill invocation (/lore-query in Claude Code, $lore-query in Codex CLI, /skill:lore-query in Kimi Code, lore-query in Qwen Code).
npx skill4agent add tmdgusya/lora lore-querylore-query # Summarize all Lore trailers from recent commits
lore-query <trailer> # Query specific trailer type
lore-query <trailer> <path> # Scope to file or directory/lore-query$lore-query/skill:lore-query| Shortcut | Trailer |
|---|---|
| 제약조건, constraints | |
| 리젝, rejected | |
| 디렉티브, directive | |
| 미테스트, not-tested | |
| 테스트, tested | |
| 신뢰도, confidence | |
| 범위위험, scope-risk | |
| 가역성, reversibility | |
| 관련, related | |
git log -n 20 --all --grep="^TRAILER_NAME:" --format="%h %s%n%b" -- [PATH]TRAILER_NAMEConstraint-- [PATH]git log -n 20 --format="%h %s%n%b"Constraint:Rejected:Directive:Confidence:Scope-risk:Reversibility:Tested:Not-tested:Related:a1b2c3d Prevent silent session drops
Constraint: Auth service does not support token introspection
Constraint: Must not add latency to non-expired-token paths
f4e5d6c Add rate limiter to external API calls
Constraint: Rate limit 100 req/s on external APIsrc/auth/src/api/handler.ts