AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Fps Vod Review Automation

skill-dungnotnull-fps-vod-review-automation-agent-skill-fps-vod-review-automation-agent-skill · by dungnotnull

FPS Gameplay VOD Review & Coaching Automation — evidence-backed FPS performance analysis harness. Use this skill when users request FPS game analysis, VOD review, performance coaching, aim training guidance, tactical improvement for CS2/Valorant/Overwatch/Apex, or need structured FPS performance assessments with drill prescriptions and game plans. This skill provides professional-grade analysis w…

No reviews yet
0 installs
18 views
0.0% view→install

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

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-dungnotnull-fps-vod-review-automation-agent-skill-fps-vod-review-automation-agent-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Fps Vod Review Automation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 sources
  • WebFetch — Scrape authoritative pages
  • Read — Access SECOND-KNOWLEDGE-BRAIN.md and references
  • Write — Update knowledge base
  • Bash — Execute pipeline scripts
  • Skill — Invoke sub-skills sequentially

Hooks System

See references/hooks.md for available lifecycle hooks:

  • pre-analysis — Before step 1
  • post-evidence — After step 2
  • post-analysis — After step 3
  • pre-advisory — Before step 5
  • post-quality-gate — After all gates

Configuration

Environment variables (optional):

  • FPS_VOD_ROOT — Project root directory
  • FPS_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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.