notJoon
- 3 skills
- 0 followers
- 11 hours ago last updated
- ▌ Bug Hunt · notjoon bundleAdversarial multi-agent security sweep. Use when hunting for a CLASS of vulnerability (authority/capability bypass, injection, resource exhaustion, invariant breaks) across a codebase or subsystem where you have a hunch but no specific finding, and want each candidate independently refuted before it counts. Fan out finders by attack angle, then refute-first verify every candidate. A clean negative result (guard map) is a first-class deliverable.
- ▌ Comment Style · notjoonRules for writing and revising code comments. Use whenever you write a new comment, review or rewrite existing comments, or a task asks you to clean up, tidy, or refine comments. Follows the Linux kernel commenting guidance for prose and intent, while leaving comment delimiters and layout to the host language or project.
- ▌ Trim Agent Patch · notjoonMinimize a successful agent-generated Git patch through trajectory-guided removal and test validation. Use when asked to apply TRIM, reduce CodeSlop, or remove unnecessary agent edits without changing tested behavior; do not use for general refactoring or a patch that does not yet pass its validation.