Enhance all 45 skills per 7-rule audit evaluation#4
Open
kamalsrini wants to merge 1 commit into
Open
Conversation
112 mandatory actions executed across 10 domains: - R4 File Structure: Created /references/, /scripts/, /templates/ dirs across all skills. Extracted inline content (regex patterns, CWE maps, framework tables, report templates) into structured files (~75 new files) - R2 Verification: Added falsifiable tests to 33 skills - R5 Gotchas: Added/strengthened gotchas on 15 skills (FP patterns, precision traps, exploit lessons) - R3 Elegance: Deduplicated owasp-top-10-web↔secure-code-review, agentic-top-10↔agent-security, refactored iam-review as orchestrator - R1 System Layer: Added executable Grep/Glob patterns to llm-top-10 (57 patterns), zero-trust-assessment, prompt-injection, agentic-top-10 - R7 Subagent: Added parallelization markers to 12 skills Also adds npm package (@unitoneai/skills), SKILL_AUDIT.md, and .gitignore updates for node_modules. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 tasks
5 tasks
4 tasks
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
/references/,/scripts/,/templates/directoriesWhat changed
R4 File Structure (28 skills fixed): Extracted inline content (regex patterns, CWE mappings, framework tables, report templates, detection patterns) into structured
/references/,/scripts/,/templates/directories across all domainsR2 Verification (33 skills fixed): Added falsifiable tests with Expected Behavior, Actual Behavior Check, and binary pass/fail test cases
R5 Gotchas (15 skills fixed): Added/strengthened gotchas sections with false positive patterns, precision traps, and exploit pattern lessons
R3 Elegance (3 major dedup):
R1 System Layer (6 skills fixed): Added executable Grep/Glob detection patterns to prose-only skills:
R7 Subagent (12 skills fixed): Added parallelization markers for independent assessment steps
Also includes
Test plan