Ananthdakoji2001
- 3 skills
- 0 followers
- 1 day ago last updated
- ▌ Coding Guidelines · ananthdakoji2001Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
- ▌ Conflict Resolution · ananthdakoji2001Use when encountering merge/rebase conflicts in Java/Gradle repos - create a safety branch first, resolve conflicts cleanly, verify with ./gradlew clean build, confirm the application still runs, and keep the change revertable.
- ▌ Git Jira Pr Workflow · ananthdakoji2001Git workflow rules for commits, branches, builds, and pull requests. Use when creating feature branches, rebasing with remote master, resolving rebase conflicts, writing commit messages, bumping versions, running builds before push, or creating merge requests. Integrates Jira ticket IDs and Atlassian/GitLab MCPs.