Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

1 line
7.1 KiB
JSON

[{"name": "adversarial-review-loop", "path": "engineering/adversarial-review-loop.md", "category": "engineering", "type": "loop", "description": "Has a second, independent model review every change before merge so two different reviewers must agree — code only lands when both clear the bar.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["code-review", "cross-model", "quality", "loop"], "downloads": 0}, {"name": "anti-spin-build-loop", "path": "engineering/anti-spin-build-loop.md", "category": "engineering", "type": "loop", "description": "Builds toward a machine-checkable contract with explicit anti-spin guardrails — stops on no progress, repeated approaches, flip-flopping, or a spend budget.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["reliability", "guardrails", "budget", "loop"], "downloads": 0}, {"name": "build-test-fix-loop", "path": "engineering/build-test-fix-loop.md", "category": "engineering", "type": "loop", "description": "Builds the next item on the plan, then runs tests, typecheck and lint, feeding every failure back as the next instruction until the build is green.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["testing", "build", "ci", "loop"], "downloads": 0}, {"name": "builder-reviewer-loop", "path": "engineering/builder-reviewer-loop.md", "category": "engineering", "type": "loop", "description": "Passes code between a builder and an independent reviewer subagent until the review has no blocking findings and tests pass.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["code-review", "subagents", "quality", "loop"], "downloads": 0}, {"name": "completion-contract-loop", "path": "engineering/completion-contract-loop.md", "category": "engineering", "type": "loop", "description": "Writes a contract of what \"done\" means and what evidence proves each requirement before any work starts, then refuses to claim success without that evidence.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["goal", "verification", "definition-of-done", "loop"], "downloads": 0}, {"name": "docs-sweep-loop", "path": "engineering/docs-sweep-loop.md", "category": "engineering", "type": "loop", "description": "Keeps documentation aligned with the current codebase and opens a reviewable pull request on every pass.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["documentation", "automation", "ci", "loop"], "downloads": 0}, {"name": "five-minute-maintainer-loop", "path": "engineering/five-minute-maintainer-loop.md", "category": "engineering", "type": "loop", "description": "Every few minutes while you work, makes one small verified repository improvement — a flaky test, a stale comment, a missing type — one change, one commit.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["maintenance", "hygiene", "automation", "loop"], "downloads": 0}, {"name": "goal-refiner-loop", "path": "engineering/goal-refiner-loop.md", "category": "engineering", "type": "loop", "description": "Rewrites a vague request into a precise goal — exact end state, how to verify it, what not to touch, and the stop condition — then executes against it.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["goal", "planning", "prompting", "loop"], "downloads": 0}, {"name": "perf-budget-loop", "path": "engineering/perf-budget-loop.md", "category": "engineering", "type": "loop", "description": "Profiles and optimizes the app pass after pass until it consistently meets a defined performance budget.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["performance", "optimization", "profiling", "loop"], "downloads": 0}, {"name": "production-error-sweep-loop", "path": "engineering/production-error-sweep-loop.md", "category": "engineering", "type": "loop", "description": "Triages production errors, finds the root cause, ships a verified fix, and repeats until the error budget is clean.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["debugging", "incidents", "reliability", "loop"], "downloads": 0}, {"name": "repo-cleanup-loop", "path": "engineering/repo-cleanup-loop.md", "category": "engineering", "type": "loop", "description": "Recovers valuable unmerged work and prunes stale branches and PRs until the repository is tidy.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["git", "maintenance", "cleanup", "loop"], "downloads": 0}, {"name": "test-coverage-loop", "path": "engineering/test-coverage-loop.md", "category": "engineering", "type": "loop", "description": "Adds meaningful tests pass after pass until the suite reaches a target coverage threshold and stays green.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["testing", "coverage", "quality", "loop"], "downloads": 0}, {"name": "ticket-to-pr-loop", "path": "engineering/ticket-to-pr-loop.md", "category": "engineering", "type": "loop", "description": "Converts open bug reports and issues into verified, reviewer-ready pull requests, one ticket per pass.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["issues", "pull-requests", "automation", "loop"], "downloads": 0}, {"name": "devils-advocate-loop", "path": "evaluation/devils-advocate-loop.md", "category": "evaluation", "type": "loop", "description": "Adversarially challenges a design or decision until every serious objection is resolved or explicitly accepted.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["evaluation", "design-review", "decision-making", "loop"], "downloads": 0}, {"name": "human-approval-loop", "path": "evaluation/human-approval-loop.md", "category": "evaluation", "type": "loop", "description": "Runs the task, then pauses and sends you approve / revise / skip before anything ships — human review as a first-class queue where the stop condition is your approval.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["human-in-the-loop", "approval", "safety", "loop"], "downloads": 0}, {"name": "quality-streak-loop", "path": "evaluation/quality-streak-loop.md", "category": "evaluation", "type": "loop", "description": "Runs realistic scenarios and fixes failures until the suite passes N times in a row with no regressions.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["evaluation", "reliability", "testing", "loop"], "downloads": 0}, {"name": "nightly-changelog-loop", "path": "operations/nightly-changelog-loop.md", "category": "operations", "type": "loop", "description": "Updates the changelog every night with user-relevant changes and notifies the team when it ships.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["changelog", "operations", "release-notes", "loop"], "downloads": 0}, {"name": "overnight-pr-routine-loop", "path": "operations/overnight-pr-routine-loop.md", "category": "operations", "type": "loop", "description": "A nightly routine that watches your open PRs, auto-fixes build failures, answers review comments in a fresh worktree, and rebases stale branches while you sleep.", "author": "", "repo": "", "version": "", "license": "", "keywords": ["schedule", "pull-requests", "automation", "loop"], "downloads": 0}]