brainstorm-feature
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Fast, continuous DevSecOps pipeline for Pull Requests and active branches. Runs SAST, SCA, and secrets detection to catch vulnerabilities before they merge.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/security-testContext preview
What this command does when you run it.
Fast, continuous DevSecOps pipeline for Pull Requests and active branches. Runs SAST, SCA, and secrets detection to catch vulnerabilities before they merge.
Fast, continuous DevSecOps pipeline for Pull Requests and active branches. Runs SAST, SCA, and secrets detection to catch vulnerabilities before they merge.
**Input:** $ARGUMENTS
Optional args: slug=<feature>, ticket=<id/url>, mode=interactive|autonomous|channel, channel=<id>, auto_continue=true|false, profile=business|hybrid|technical.
Execute the following steps for **$ARGUMENTS**.
> **Goal**: Execute a high-speed security audit on a branch or PR delta and stop obvious security regressions before merge. > > **Policy**: Fast execution (< 2 mins). Focus on SAST, SCA, secrets, and trust-boundary regressions. No dynamic exploitation required.
1. Scope and trust gate:
2. Run automated scans:
3. Run focused security review:
4. Produce developer-ready evidence:
### ๐ก๏ธ Security Check: [PASS / FAIL] **Scan Scope**: [branch/diff size] **Trust Class**: [trusted|semi-trusted|untrusted] #### ๐ด Blockers - [file:line] - [vulnerability] - [exact fix] #### ๐ก Warnings - [risk] - [next action] #### โ Verified - [verified control]
The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.
Repo: hoangnguyen0403/agent-skills-standard
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Run an AI-assisted PR code review using multi-layer lenses with confidence scoring.
Review an entire codebase for architecture, engineering health, and exploitable risk; generate a prioritized remediation plan, an evidence-anchored systemโฆ
Prepare and verify a staged or production deployment with rollback and smoke checks.
Turn an approved PRD or implementation goal into SRS/FRS technical requirements (How), architecture, contracts, and verification decisions.
Unified developer workflow for fixing bugs. Analyzes issue-tracker context, cross-checks docs/code, proposes a solution, implements the fix, verifies locally,โฆ