EQ

Engineering Workflow (Standup, Tickets, Code Quality)

Standups, code review, architecture decisions, debugging sessions, incident response, and deploy checklists for engineering teams.

Engineeringp3the-12-cowork-knowledge-work-skills
Or just install the prompt above — no subscription needed

About this skill


name: kw-engineering-workflow description: Use when standups, code review, architecture decisions, debugging sessions, incident response, and deploy checklists for engineering teams.

Engineering Workflow (Standup, Tickets, Code Quality)

Anthropic's Engineering plugin (called 'engineering' in the repo, not 'engineering-workflow') helps with standups, code review, architecture decisions, incident response, debugging, and technical documentation. Commands include /standup (from recent activity — commits, PRs, tickets, chat), /review (security, performance, style, correctness), /debug (reproduce, isolate, diagnose, fix), /architecture (ADR format with trade-off analysis), /incident (triage, communicate, mitigate, postmortem), and /deploy-checklist (verify tests, review changes, check dependencies, confirm rollback). Standalone with pasted code or wired to source control, project tracker, and monitoring MCPs.

What you get

  • /standup command (recent activity summary)
  • /review command (security, performance, style, correctness)
  • /debug command (reproduce → diagnose → fix)
  • /architecture command (ADR with trade-offs)
  • /incident command (triage → postmortem)
  • /deploy-checklist command
  • standalone with pasted code, supercharged with source-control / tracker / monitoring MCPs

Customize your output

  • Command: standup, review, debug, architecture, incident, deploy-checklist
  • Review focus: security, performance, style, correctness

Example output

Post-incident: /incident walks triage, drafts the status-page update, guides mitigation, then drafts a five-part postmortem (impact, timeline, root cause, action items, owners).

Best for

Software engineers, engineering managers, and platform teams running standups, reviews, and incidents


Source: The 12 Cowork Knowledge-Work Skills · https://github.com/anthropics/knowledge-work-plugins/tree/main/engineering Category: Engineering · Priority: P3

SKILL.md preview

---
name: kw-engineering-workflow
description: Use when standups, code review, architecture decisions, debugging sessions, incident response, and deploy checklists for engineering teams.
---

# Engineering Workflow (Standup, Tickets, Code Quality)

Anthropic's Engineering plugin (called 'engineering' in the repo, not 'engineering-workflow') helps with standups, code review, architecture decisions, incident response, debugging, and technical documentation. Commands include /standup (from recent activity — commits, PRs, tickets, chat), /review (security, performance, style, correctness), /debug (reproduce, isolate, diagnose, fix), /architecture (ADR format with trade-off analysis), /incident (triage, communicate, mitigate, postmortem), and /deploy-checklist (verify tests,...