From 1e220b00686afe7bc391a6c7e2660427413fc933 Mon Sep 17 00:00:00 2001 From: Mars Zuo Date: Mon, 27 Apr 2026 00:07:33 +0800 Subject: [PATCH] docs(README): standardize spacing in code-simplification section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34387c4..8785914 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ agent-skills/ │ ├── browser-testing-with-devtools/ # Verify │ ├── debugging-and-error-recovery/ # Verify │ ├── code-review-and-quality/ # Review -│ ├── code-simplification/ # Review +│ ├── code-simplification/ # Review │ ├── security-and-hardening/ # Review │ ├── performance-optimization/ # Review │ ├── git-workflow-and-versioning/ # Ship