sprint-security-review

Solid

Prepares sprint review and retrospective materials that demonstrate security alongside features: green build reports aggregating SAST/DAST/dependency scan results, completed security story summaries, and security metrics trends. Triggers on: "prepare sprint review", "green build report", "security metrics for this sprint", "demo our security work", "sprint security summary", "retro on our pipeline".

Code & Development 7 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Sprint Security Review Make security work visible in the sprint review instead of invisible plumbing. Produce a report that lets the team demo security outcomes to stakeholders in 5 minutes, plus metrics that show trend, not just snapshot. ## What to Gather Ask for (or extract from CI/scan outputs the user provides): 1. **Pipeline results** for the sprint's final build: SAST, DAST, dependency/container scans, test results and coverage. 2. **Security stories completed** this sprint (IDs and one-line outcomes). 3. **Open security debt**: counts by severity, and anything that aged past SLA. 4. **Two or three sprint-over-sprint metrics** — pick from: mean time to remediate by severity, new findings vs. resolved, false-positive rate, security debt trend, coverage trend. If the user can't supply real numbers, generate the template with placeholders and mark them clearly — never invent metrics. ## Green Build Report Template ```markdown # Sprint [N] — Green Build Report ## Pipeline Status | Stage | Status | Details | |-------|--------|---------| | SAST | ✅/❌ | [new High/Critical count; accepted Medium count with link to acceptance] | | DAST | ✅/❌ | [findings against staging] | | Dependency scan | ✅/❌ | [Critical CVEs; notable upgrades] | | Container/image scan | ✅/❌ | [base image currency] | | Unit tests | ✅/❌ | [pass count, coverage %] | | Integration tests | ✅/❌ | [pass count] | ## Security Stories Completed - [ID] [Title] — [one-line demonstrable outcome, e.g. "transfe...

Details

Author
timwukp
Repository
timwukp/agent-skills-best-practice
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

sprint-planning

Facilitates sprint planning with security debt baked in: capacity planning from rolling velocity, risk-weighted prioritization balancing feature value against security debt, commitment sizing, and a DevSecOps definition of done. For writing or refining the stories themselves, use user-story-writing instead. Triggers on: "plan the sprint", "sprint planning", "prioritize these stories", "how much can we commit", "balance security debt against features", "sprint capacity".

7 Updated today
timwukp
Code & Development Listed

security-review

Comprehensive security audit of code changes. Analyzes changed files for OWASP Top 10 vulnerabilities, injection flaws, authentication issues, secrets exposure, and insecure patterns. Produces a structured report with severity ratings, confidence scores, and actionable remediations. Use when the user says 'security review', 'security audit', 'check for vulnerabilities', 'OWASP check', 'is this safe', 'check my code', 'vulnerability check', '/security-review', or asks to review code for security issues. Do NOT trigger for general code quality reviews, refactoring, or non-security concerns.

3 Updated 4 days ago
arthjean
Code & Development Listed

sprint_review

Execute an assigned sprint unit review or the close-time conformance pass. Review the requested exact head, test high-value properties adversarially, return Major/Medium/Low findings and a recommendation to the planner, declare review-clean explicitly, or write requirement-level conformance verdicts against integrated main. Load when the boot sprint directive or a scoped task assigns review work.

15 Updated today
jedbjorn