Files
oh-my-opencode/src/features/builtin-skills/skills/git-master-skill-metadata.ts
T
YeonGyu-Kim 8dff42830c refactor(builtin-skills): extract git-master metadata to separate module
Split prompt-heavy git-master.ts:
- git-master-skill-metadata.ts: skill metadata constants (name, desc, agent)
2026-02-08 16:21:50 +09:00

5 lines
404 B
TypeScript

export const GIT_MASTER_SKILL_NAME = "git-master"
export const GIT_MASTER_SKILL_DESCRIPTION =
"MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with task(category='quick', load_skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'."