Loading...
Loading...
Found 5 Skills
Use this when you have a written implementation plan to execute in a separate session with review checkpoints.
Set a tracking document as the source of truth for the current feature or task. Use when starting work on a feature, bug fix, or multi-step task that benefits from a persistent record of decisions, discoveries, and progress. Keeps the document updated as work proceeds.
Create semantic git commits following best practices and Conventional Commits specification.
Use prefered practices when using git. Use when Codex needs to perform actions with git or Github.
Modern Git command best practices for AI agents. Use modern, purposeful commands introduced in Git 2.23+ instead of legacy multi-purpose commands. Teaches when to use `git switch` (branch operations), `git restore` (file operations), and other safer alternatives to improve clarity and reduce errors.