codelytv
- 11 skills
- 0 followers
- 7 hours ago last updated
- ▌
- ▌
- ▌ Backend · codelytv bundleBackend conventions and patterns. Use when working on API routes, dependency injection, or hexagonal architecture in the backend.
- ▌ Testing · codelytv bundleTesting conventions and patterns. Use when writing or modifying tests, creating mocks, or using object mothers.
- ▌ Database · codelytv bundleDatabase conventions and patterns. Use when working on database schemas, migrations, or data modeling.
- ▌ Codely Doc Create · codelytv bundleCreate new documentation based on the current conversation context.
- ▌
- ▌ Codely Plan Create Github · codelytv bundleCreate a plan for the specified task and store it as GitHub issues in the repository of the current working directory. Given the URL of a GitHub issue, it turns that issue into the parent "plan" issue (Goal, Context and a checklist of phases) and creates one child issue per phase, linking every phase as a native GitHub sub-issue of the parent. Stops for user approval before creating any issue. After creation, the plan is meant to be implemented with the codely-plan_phase-implement-github skill.
- ▌ Codely Plan Phase Implement · codelytvImplement one phase of the plan specified by the user. Only implements a single phase per invocation, then stops for user review. Never commits automatically.
- ▌ Codely Git Conventional Commit · codelytv bundleCreate a git commit following the team's Conventional Commit conventions. Use when the user asks to commit changes or create a commit.
- ▌ Codely Plan Phase Implement Github · codelytvImplement one phase of a plan stored as GitHub issues in the repository of the current working directory. Given the URL of a phase (child) issue it implements that phase; given the parent plan issue it finds and implements the current phase. Only implements a single phase per invocation, then stops for user review. It opens a pull request that references the phase issue so merging it closes the issue automatically. Never merges the pull request.