factory-review
Structures the human review experience for factory-mode builds with dashboard-style audit trail summaries (slice counts, rework rates, gate failure distribution), PR digests (per merged PR with gate results), retrospective synthesis (recurring rework causes, pair effectiveness, domain hotspots), quality trend tracking (session-over-session comparison), escalation review (rework history with resolve/override/send-back options), and autonomy tuning interface. Use during Phase 3 human review of factory-mode builds or when assessing autonomous build quality. Triggers on: "review the build", "factory review", "audit trail", "quality trends", "escalation review", "PR digest", "autonomy tuning", "rework rate". NOT for: running the pipeline (use pipeline), individual code reviews (use code-review).
What this skill does
# Factory Review **Value:** Communication -- factory mode concentrates the human's attention on decisions that matter. This skill ensures the review interface is clear, concise, and actionable so the human can provide meaningful oversight without re-reading every line of code. ## Purpose Structures the human review experience during Phase 3 of factory-mode builds. Produces audit trail summaries, PR digests, retrospective synthesis, quality trend reports, and an autonomy tuning interface. The goal is high-signal review in minimal time. ## Practices ### Audit Trail Summary Read from `.factory/audit-trail/` and present a concise build summary: - **Slices completed:** Count and list (by slice ID and title) - **Rework rate:** Percentage of slices that required rework cycles - **Gate failure distribution:** Count of failures by gate type (tdd, review, ci, mutation) - **Escalations pending:** Count and brief description of each unresolved escalation Format as a dashboard-style summary. Lead with the numbers, follow with details only if the human asks. ### PR Digest For each merged PR in the build, produce a one-paragraph summary: 1. **What changed:** Feature or fix description in plain language 2. **Which slice:** The vertical slice ID this PR implements 3. **Which pair:** The two engineers who built it 4. **Gate results:** Pass/fail for each quality gate (tdd, review, ci, mutation) 5. **Rework count:** Number of rework cycles before all gates passed Keep each digest to 3-5 sentences. The human should be able to scan all PR digests in under a minute for a typical build session. ### Retrospective Synthesis Aggregate findings from team retrospectives (stored in `.factory/audit-trail/retrospectives/`) and surface patterns: - **Recurring rework causes:** What kinds of issues triggered the most rework? - **Pair effectiveness:** Which pairings produced the fewest rework cycles? - **Domain hotspots:** Which areas of the domain model generated the most discussion or revision? - **Process friction:** Any team-identified impediments or improvement suggestions Present as bullet points grouped by theme. Do not editorialize -- report what the team said. ### Quality Trend Tracking Read from `.factory/audit-trail/metrics/` and present trends: | Metric | Current | Previous | Trend | |--------|---------|----------|-------| | Mutation score | % | % | up/down/stable | | Rework rate | % | % | up/down/stable | | Cycle time per slice | duration | duration | up/down/stable | | Gate failure rate by type | counts | counts | up/down/stable | "Previous" means the last completed build session. If no previous session exists, omit the comparison column. ### Tuning Interface Accept adjustments to `.factory/config.yaml` during review. For each proposed change: 1. **Validate:** Check that the change is consistent (e.g., cannot enable auto-merge at `conservative` autonomy level; cannot disable a gate that another setting depends on) 2. **Explain implications:** What will change in behavior if this setting is modified? Be specific. 3. **Apply or reject:** If valid, apply the change. If invalid, explain why and suggest the nearest valid alternative. Never apply config changes silently. Always confirm with the human before writing to `.factory/config.yaml`. ### Escalation Review Present each pending escalation with full context: 1. **Which gate:** The quality gate that triggered the escalation 2. **Rework attempts:** How many rework cycles were attempted 3. **What was tried:** Brief summary of each rework attempt 4. **Current state:** What the code looks like now (diff or description) 5. **Recommendation:** The team's suggested resolution (if any) The human decides: resolve, override, or send back for more rework. ## Enforcement Note Advisory in all modes. Summaries and trend reports are self-enforced formatting disciplines. **Hard constraints:** - No silent config changes: `[H]` ## Constraints - **"No editorializing"**: Report what the team said, not what you think about what the team said. "The team discussed X and decided Y" is reporting. "The team wisely decided Y" is editorializing. "The team discussed X but missed the important point about Z" is editorializing. If you have a concern, present it separately as your own analysis, clearly labeled. - **Config validation**: "Never apply config changes silently" means every config change goes through explicit user confirmation, even if the user previously said "go ahead and configure things." Each individual change is confirmed. Blanket permission does not exist for config changes. ## Verification After completing a factory review session, verify: - [ ] Audit trail summary was presented with current build metrics - [ ] Every merged PR has a digest (no PRs skipped) - [ ] Retrospective synthesis covers all team retrospectives from the session - [ ] Quality trends include comparison to previous session (if available) - [ ] All pending escalations were presented with full context - [ ] Any config changes were validated before being applied - [ ] Human confirmed or overrode each escalation If any criterion is not met, revisit the relevant practice. ## Dependencies This skill requires the `pipeline` skill for factory mode infrastructure. It integrates with: - **pipeline:** Reads audit trail files and metrics produced by the pipeline orchestrator during Phase 2 - **ensemble-team:** Retrospective synthesis reads team retro output; pair effectiveness data comes from pairing history - **ci-integration:** Gate failure data includes CI_RESULT packets from the ci-integration skill Missing a dependency? Install with: ``` npx skills add jwilger/agent-skills --skill pipeline ```
Related in Security
mac-ops
IncludedComprehensive macOS workstation operations — diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.