Files
oh-my-opencode/dist/features/builtin-skills/skills/git-master-skill-metadata.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
419 B
TypeScript

export declare const GIT_MASTER_SKILL_NAME = "git-master";
export declare 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'.";