eivindeb
- 11 skills
- 0 followers
- 1 week ago last updated
- ▌ Manual Merge Branches · eivindebUse only when the user explicitly invokes `$manual-merge-branches` or directly instructs using this skill.
- ▌ Uninterrupted Execution · eivindeb bundleExecute long-running tasks from an existing `.agent/tasks/.../TASK.md` until objective completion or explicit escalation. Use when an agent must run milestone-by-milestone with verification gates, regular progress heartbeats, repeated-error escalation, and evidence-backed final closure.
- ▌ Uninterrupted Execution Planner · eivindeb bundleCreate or normalize a persistent task agreement for long-running work before implementation begins. Use when an agent needs to define acceptance criteria, milestone verification, error escalation policy, evidence mapping, and final closure checks in `.agent/tasks/.../TASK.md`.
- ▌ Sync Main Into Vipps · eivindebReview commits present on main but missing from vipps, evaluate value under vipps constraints, and produce commit-by-commit adopt/partial/skip recommendations. Use when syncing main into vipps or reassessing prior sync decisions.
- ▌ Rename Symbol · eivindebSystematically rename a symbol across the entire codebase, ensuring no orphaned references remain. Use when renaming any symbol or changing a shared name root/prefix/suffix.
- ▌ Branch Context · eivindebReview recent branch history and summarize what matters when branch context is relevant to the current task.
- ▌ Karpathy Guidelines · eivindebBehavioral 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.
- ▌ Pr Address Comments · eivindebProcess a GitHub PR URL to read review comments. Use when the user wants to address PR feedback, respond to review comments, or asks to handle comments on a pull request.
- ▌ Pr · eivindebUse when asked to prepare and create a pull request for a feature branch by validating guardrails, syncing with the correct main remote, running preflight checks, and executing push/gh PR commands when possible.
- ▌ Fcommit · eivindebApply feature-branch commit philosophy to create concise, atomic progress commits.
- ▌ Feature Start · eivindebAssess whether to create a feature branch when starting significant tasks. Use proactively when user presents new work requiring multiple commits or substantial changes.