feat(j10c-frontend-playbook): add fix-patterns from WeJH-Taro audit#1
Open
j10ccc wants to merge 1 commit into
Open
feat(j10c-frontend-playbook): add fix-patterns from WeJH-Taro audit#1j10ccc wants to merge 1 commit into
j10ccc wants to merge 1 commit into
Conversation
…atterns from WeJH-Taro audit - weak-ui-style.md: CSS isolation, z-index, dark mode gaps (101 commits, 31.5%) - weak-logic-bug.md: float precision, key uniqueness, boundary guards (89 commits, 27.7%) - weak-type-null.md: type guards, null/undefined safety (34 commits, 10.6%) - INDEX.md: pattern index with counts and links Data source: full-repo audit of zjutjh/WeJH-Taro (321 fix commits, 2023-08 to 2026-05) Continuous monitoring: Hermes cron job daily-pr-fix-pattern-review will append new PR examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
skills/j10c-frontend-playbook/fix-patterns/— an empirical weakness pattern library derived from a full-repo audit of zjutjh/WeJH-Taro (321 fix commits, 2023-08 to 2026-05).Files added
fix-patterns/INDEX.mdfix-patterns/weak-ui-style.mdfix-patterns/weak-logic-bug.mdfix-patterns/weak-type-null.mdEach pattern file includes:
Data source
Full audit pipeline:
gh repo clone zjutjh/WeJH-Taro→ extracted all 321 fix commits viagit log --grep=^fixgit show --stat+ diff preview → auto-classified into a 3-level taxonomyOutput artifacts at
~/Desktop/wejh-fix-audit/:commits.md— full audit table (hash / date / author / scope / one-liner / category)taxonomy.md— classification tree (14 leaf nodes, 3 levels)analysis.md— count table + mermaid pie + weakness summary + self-check listContinuous monitoring
A Hermes cron job (
daily-pr-fix-pattern-review, ID: e10817b586fb) runs at 23:00 daily:gh pr list --author j10ccc --state mergedfor the last 24h~/Desktop/wejh-fix-audit/daily-pr-review/<YYYY-MM-DD>.md