yrodiere
- 7 skills
- 0 followers
- 5 hours ago last updated
- ▌
- ▌
- ▌ Incus Spawn Dev · yrodiereWorking inside a tpl-incus-spawn VM — a pre-configured recursive development environment for incus-spawn (isx). Covers sudo access, missing packages (awk, etc.), build commands, and key constraints like HTTPS-only git.
- ▌ Hibernate Orm · yrodiere bundleThis skill should be used when the user works on Hibernate ORM code, asks to "review a Hibernate PR", "fix a Hibernate bug", "write a Hibernate test", "build Hibernate", or needs guidance on Hibernate project conventions, structure, or workflows. Complements the java-architect skill with Hibernate-specific knowledge.
- ▌ Git Agent Account · yrodiereWorking with git and GitHub as an agent using a dedicated account (e.g. "yrodiere-agent"). Covers forking, pushing, pull requests, and the constraints of not having push access to upstream repositories. Load before any `git push` or `gh pr create` when the OS user or GitHub account contains "agent".
- ▌ Git Rebase Workflow · yrodierePatterns for interactive rebasing, fixup commits, and incremental verification of multi-commit branches. For complex, long-running tasks where testing is expensive and changes have side-effects across many modules.
- ▌ Debug Github Actions · yrodiereDebug failing GitHub Actions builds. Covers triage with the gh CLI, parsing large log files, downloading and analyzing build artifacts, extracting build report summaries, and identifying flaky tests via Surefire XML markers or Develocity.