diff --git a/tools/quality/check-code-complexity.ts b/tools/quality/code/check-code-complexity.ts similarity index 100% rename from tools/quality/check-code-complexity.ts rename to tools/quality/code/check-code-complexity.ts diff --git a/tools/quality/check-function-coverage.js b/tools/quality/code/check-function-coverage.js similarity index 100% rename from tools/quality/check-function-coverage.js rename to tools/quality/code/check-function-coverage.js diff --git a/tools/quality/check-jsdoc-coverage.ts b/tools/quality/code/check-jsdoc-coverage.ts similarity index 100% rename from tools/quality/check-jsdoc-coverage.ts rename to tools/quality/code/check-jsdoc-coverage.ts diff --git a/tools/quality/check-typescript-strict.ts b/tools/quality/code/check-typescript-strict.ts similarity index 100% rename from tools/quality/check-typescript-strict.ts rename to tools/quality/code/check-typescript-strict.ts diff --git a/tools/quality/check-file-sizes.ts b/tools/quality/files/check-file-sizes.ts similarity index 100% rename from tools/quality/check-file-sizes.ts rename to tools/quality/files/check-file-sizes.ts diff --git a/tools/quality/check-license-compliance.ts b/tools/quality/files/check-license-compliance.ts similarity index 100% rename from tools/quality/check-license-compliance.ts rename to tools/quality/files/check-license-compliance.ts diff --git a/tools/quality/check-maintainability.ts b/tools/quality/files/check-maintainability.ts similarity index 100% rename from tools/quality/check-maintainability.ts rename to tools/quality/files/check-maintainability.ts diff --git a/tools/quality/check-performance-budget.ts b/tools/quality/files/check-performance-budget.ts similarity index 100% rename from tools/quality/check-performance-budget.ts rename to tools/quality/files/check-performance-budget.ts diff --git a/tools/scripts/autobot.sh b/tools/scripts/git/autobot.sh similarity index 100% rename from tools/scripts/autobot.sh rename to tools/scripts/git/autobot.sh diff --git a/tools/scripts/autopusher.sh b/tools/scripts/git/autopusher.sh similarity index 100% rename from tools/scripts/autopusher.sh rename to tools/scripts/git/autopusher.sh diff --git a/tools/scripts/pre-commit.hook b/tools/scripts/git/pre-commit.hook similarity index 100% rename from tools/scripts/pre-commit.hook rename to tools/scripts/git/pre-commit.hook diff --git a/tools/scripts/pre-push.hook b/tools/scripts/git/pre-push.hook similarity index 100% rename from tools/scripts/pre-push.hook rename to tools/scripts/git/pre-push.hook diff --git a/tools/scripts/diagnose-workflows.sh b/tools/scripts/workflow/diagnose-workflows.sh similarity index 100% rename from tools/scripts/diagnose-workflows.sh rename to tools/scripts/workflow/diagnose-workflows.sh diff --git a/tools/scripts/run-act.sh b/tools/scripts/workflow/run-act.sh similarity index 100% rename from tools/scripts/run-act.sh rename to tools/scripts/workflow/run-act.sh diff --git a/tools/scripts/test-workflows.sh b/tools/scripts/workflow/test-workflows.sh similarity index 100% rename from tools/scripts/test-workflows.sh rename to tools/scripts/workflow/test-workflows.sh