Install
$ agentstack add skill-dungnotnull-fps-vod-review-automation-agent-skill-fps-vod-review-automation-agent-skill ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
FPS VOD Review Automation — Production Skill
Overview
This skill provides evidence-backed FPS performance analysis and coaching through a 6-step harness that combines real-time data aggregation, recognized coaching methods, and academic research into structured, risk-disclosed recommendations.
When This Skill Triggers
Use this skill when the user mentions:
- FPS game analysis, VOD review, demo analysis
- Performance coaching, improvement plans
- Aim training, mechanical skill assessment
- Tactical analysis, positioning, utility usage
- CS2, Valorant, Overwatch 2, Apex Legends, Rainbow Six Siege
- "How to improve at [FPS game]", "Review my gameplay"
- FPS coaching, skill assessment, rank improvement
- Mistake analysis, drill prescriptions, practice plans
Quick Start
/fps-vod-review-automation "Analyze my CS2 gameplay and tell me how to reach Global"
Architecture
SKILL.md (Entry Point)
│
├── config/ # Configuration management
├── src/ # Core Python package
├── skills/ # Sub-skill definitions
├── scripts/ # Automation utilities
├── references/ # Domain knowledge & prompts
├── assets/ # Templates & schemas
└── tools/ # External tools
Sub-Skills Registry
| Skill ID | File | Purpose | Phase | |----------|------|---------|-------| | sub-gather-requirements | skills/sub-gather-requirements.md | Intake & requirements gathering | 1 | | sub-evidence-collector | skills/sub-evidence-collector.md | Data fetching & evidence collection | 2 | | sub-core-analysis | skills/sub-core-analysis.md | VOD review & performance analysis | 3 | | sub-knowledge-updater | skills/sub-knowledge-updater.md | Academic evidence retrieval | 4 | | sub-advisor | skills/sub-advisor.md | Synthesis & recommendations | 5 |
Execution Flow
1. Pre-Flight: Language Detection (vi/en)
↓
2. Sub-Skill 1: Gather Requirements
↓
3. Sub-Skill 2: Evidence Collection
↓
4. Sub-Skill 3: Core Analysis
↓
5. Sub-Skill 4: Knowledge Update
↓
6. Sub-Skill 5: Advisory Synthesis
↓
7. Quality Gates (U1-U6, G1-G4)
↓
8. Output Delivery
Tools Available
WebSearch— Live domain data and academic sourcesWebFetch— Scrape authoritative pagesRead— Access SECOND-KNOWLEDGE-BRAIN.md and referencesWrite— Update knowledge baseBash— Execute pipeline scriptsSkill— Invoke sub-skills sequentially
Hooks System
See references/hooks.md for available lifecycle hooks:
pre-analysis— Before step 1post-evidence— After step 2post-analysis— After step 3pre-advisory— Before step 5post-quality-gate— After all gates
Configuration
Environment variables (optional):
FPS_VOD_ROOT— Project root directoryFPS_VOD_LOG_LEVEL— Logging level (default: INFO)FPS_VOD_LANGUAGE— Default language (en/vi)FPS_VOD_STRICT_MODE— Enable strict quality gates (default: true)
Quality Standards
This skill enforces 10 quality gates:
- U1-U6: Universal gates (sources, disclosure, evidence hierarchy, language, template, traceability)
- G1-G4: Domain gates (round review, mistake taxonomy, drills, coaching science)
Output Format
See assets/output-template.md for the complete output structure.
Knowledge Base
The skill maintains SECOND-KNOWLEDGE-BRAIN.md with:
- Core coaching methods
- 15+ DOI-cited academic papers
- Authoritative sources
- SOTA techniques
- Self-update protocol
Dependencies
Python packages (see requirements.txt):
- pydantic, yaml, structlog, requests, tenacity
Testing
# Run all tests
pytest tests/ -v
# Run validators
python tools/validate_project.py
python tools/run_test_scenarios.py
Contributing
See CONTRIBUTING.md for guidelines.
License
MIT License — see LICENSE file.
Version: 1.0.0 Last Updated: 2026-07-20 Status: Production Ready
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: dungnotnull
- Source: dungnotnull/fps-vod-review-automation-agent-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.