
Swe
- Updated August 2, 2026
- PeiyuanQi/work-like-me
swe is a bundle of software-engineer skills for git workflows, code review, and merge requests. It streamlines how a developer commits, reviews, and merges code. Aimed at the day-to-day engineering process inside a repo.
Key points
- Git workflows
- Code review
- Merge requests
Swe by the numbers
- Data as of Aug 3, 2026 (Skillselion catalog sync)
/plugin marketplace add PeiyuanQi/work-like-me/plugin install swe@work-like-meAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | August 2, 2026 |
|---|---|
| Repository | PeiyuanQi/work-like-me ↗ |
What it does
Software-engineering skills for git workflows, code review, and merge requests.
README.md
Software Engineering Plugin
SWE workflow skills for repository setup, parallel git work, quality checks, commit and push, merge-request review, reviewer discovery, virtual environment management, and agentic project onboarding.
Workflow Skills
Use these as the primary entry points for normal software engineering work:
start-work: begin a feature, fix, refactor, docs task, or investigation from a current baseline. Orchestratesproject-dev-setup,git-start-work, andmanage-virtual-environments.finish-work: wrap up a change with formatting, linting, verification, diff review, commit, and optional push. Orchestratesprepare-code-for-commitandgit-commit-push.submit-work: prepare a branch for review, create a PR/MR, run independent review, find a reviewer, and notify them when tooling is available. Orchestratesfinish-work,create-merge-request, andfind-code-reviewer.onboard-repo: prepare an existing repo for human and agent collaboration. Orchestratesproject-dev-setup,onboard-agentic-dev-flow, andthird-party-skill-referencewhen borrowed skill behavior is involved.
Primitive Skills
Use these directly when the user asks for a specific narrow operation:
project-dev-setup: read repo guidance, identify setup conventions, and keep docs and code aligned.onboard-agentic-dev-flow: add minimalAGENTS.md/CLAUDE.mdproject guidance, human development flow notes, worktree-first git workflow, and distilled coding rules.git-start-work: start feature or fix work, preferring git worktrees for parallel and multi-agent development.prepare-code-for-commit: format and lint according to repo tooling first, with language defaults when the repo is silent.git-commit-push: review, commit, rebase when needed, and push changes.create-merge-request: create a PR/MR, run independent review, and route to a code reviewer.find-code-reviewer: identify the right code reviewer from repo ownership, memory, and recent changes.manage-virtual-environments: set up isolated project environments using repo-defined tools and versions.third-party-skill-reference: reference or wrap borrowed skills instead of reimplementing them in work-like-me.rank-software-decisions: rank engineering, architecture, tooling, dependency, migration, and AI/agent workflow options with an anonymized blog-derived value pattern.
Workflow Preferences
- Prefer workflow skills for end-to-end requests and primitive skills for focused operations.
- Prefer git worktrees for new work so multiple agents can work safely at the same time.
- Prefer rebase-based branch refresh and conflict resolution that preserves the original intent of the change.
- Prefer repo-defined format, lint, test, build, and setup commands over generic language defaults.
- Prefer independent high-effort review before requesting human review on a merge request.
- Prefer referencing or wrapping a good third-party skill over copying it or rebuilding it locally.
- Prefer decisions that preserve options, expose hidden cost, and survive ordinary maintenance over choices that only look elegant in the short term.