SKTT1Ryze
- 6 skills
- 0 followers
- 10 hours ago last updated
- ▌ Commit Code · sktt1ryzeCommits the content of the current workspace and pushes it to the remote repository, including modification summary, local Git author email, and co-author information.
- ▌ Tag Release · sktt1ryzeCreates and pushes a Git tag to trigger the CD workflow for a versioned release. If no version is provided, prompts the user. Validates tag format, checks for existing tags, ensures the tag is created from main, and confirms before pushing.
- ▌ Code Explorer · sktt1ryzeDeeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development
- ▌ Fix Pr Review · sktt1ryzeFetches the open PR for the current branch, extracts Claude Code bot review comments, fixes all reported issues, and pushes the changes back to the remote repository.
- ▌ Fix CI Failure · sktt1ryzeFetches the open PR for the current branch, extracts CI failure logs, fixes all reported errors, and pushes the changes back to the remote repository.
- ▌ Sync Rebase Main · sktt1ryzeSynchronizes the latest code from the remote repository's main branch and rebases it onto the current local branch, including workspace status check, remote fetch, rebase execution, and conflict handling guidance.