II.
Workflow JSON
Structured · liveworkflow:typo-and-lint-sweep
Typo and Lint Sweep json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:typo-and-lint-sweep",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-codebase-health.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Typo and Lint Sweep",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "weekly",
"complexity": "single-team",
"description": "Performs automated and semi-automated sweeps for typos, formatting\nviolations, and lint errors across the codebase and documentation — running\nspell-check tools (cspell, typos-cli) against source code comments, markdown\nfiles, and user-facing strings, executing language-specific linters with\nauto-fix enabled for deterministic corrections, flagging ambiguous cases for\nhuman review, batching fixes into atomic pull requests grouped by category,\nand tracking fix rates and recurrence patterns to identify systemic sources\nof lint drift. Produces fix PRs with categorized changes, recurrence trend\nreports, and linter configuration update recommendations. Excludes semantic\ncode changes.\n"
},
"outgoingEdges": [
{
"from": "workflow:typo-and-lint-sweep",
"to": "role:typo-fixer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:typo-and-lint-sweep",
"to": "role:refactor-bot",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:typo-and-lint-sweep",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:typo-and-lint-sweep",
"to": "skill-area:code-review-practice",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:typo-and-lint-sweep",
"to": "skill-area:docs-as-code",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:typo-and-lint-sweep",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:typo-and-lint-sweep",
"to": "domain:knowledge-management",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:typo-and-lint-sweep",
"to": "responsibility:dx-tooling-maintenance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:typo-and-lint-sweep",
"to": "responsibility:code-review-coverage",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:typo-and-lint-sweep",
"to": "org-unit:engineering-productivity",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:typo-and-lint-sweep",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}