Yurii Anichkin avatar

Yurii Anichkin

Community

@real-case · Ukraine

0Followers
|
8Public Repos
|
44Published Skills

From UI to AI and back again

Skills Distribution
DomainDeveloper To...Security Auditing .. (30%)Git & Pull Request.. (20%)Architecture Decis.. (15%)Refactoring & Code.. (15%)

Agent Skills by Yurii Anichkin

Showing 44 vetted skills indexed across 1 GitHub repositories.

real-casereal-case

adr-audit

Lints the Architecture Decision Record corpus for broken references, numbering issues, and invalid statuses.

Community
Intermediate
real-casereal-case

audit-run

Executes one audit from the A-01 to A-22 programme and releases reproducible Markdown and PDF reports.

Community
Advanced
real-casereal-case

commit

Generates Conventional Commits messages from staged git changes with sensitive-file detection.

Community
Intermediate
real-casereal-case

adr-sync

Regenerates the architecture decisions digest in CLAUDE.md from accepted ADR records.

Community
Intermediate
real-casereal-case

sec-compliance

Audits code against OWASP ASVS controls and produces an evidence-based compliance gap report.

Community
Advanced
real-casereal-case

task-audit

Lints the task spec corpus for duplicate numbers, slug collisions, and dangling dependencies.

Community
Intermediate
real-casereal-case

adr

Drafts structured Architecture Decision Records in MADR or Nygard format.

Community
Advanced
real-casereal-case

explain

Explains code behavior, architecture decisions, and design rationale through structured walkthroughs.

Community
Basic
real-casereal-case

sec-scan

Audits a codebase against OWASP Top 10:2025 and produces a consolidated security report.

Community
Advanced
real-casereal-case

report-export

Export generated .marvin/ reports to PDF-ready HTML or Markdown digests using a print-quality template.

Community
Intermediate
real-casereal-case

changelog

Generate structured changelogs from git commit history between tags, dates, or refs.

Community
Intermediate
real-casereal-case

handoff

Captures session context into a durable handoff document for continuing work in a fresh session.

Community
Intermediate
real-casereal-case

adr-review

Reviews a proposed Architecture Decision Record for structure, grounding, and readiness before acceptance.

Community
Advanced
real-casereal-case

pr-merge

Merge a GitHub pull request via gh and return to the updated base branch.

Community
Intermediate
real-casereal-case

sec-threat-model

Generate STRIDE-based threat models with data flows, trust boundaries, and risk-scored mitigations.

Community
Advanced
real-casereal-case

refactor-audit

Audits whole-project structure to produce an evidence-backed refactoring findings register.

Community
Advanced
real-casereal-case

onboard

Guides a consent-gated first session that configures marvin in the current repository.

Community
Intermediate
real-casereal-case

readme

Generate or update README.md files based on actual codebase analysis.

Community
Basic
real-casereal-case

sec-secrets

Detect leaked secrets, credentials, and private keys across source code and git history.

Community
Advanced
real-casereal-case

pr-resolve

Resolve unresolved GitHub pull request review threads by applying fixes, replying, and marking them resolved.

Community
Advanced
real-casereal-case

sec-iac

Reviews Terraform, Kubernetes, Docker, and CloudFormation configurations for security misconfigurations and compliance gaps.

Community
Advanced
real-casereal-case

refactor-plan

Converts refactoring findings into a sequenced, risk-annotated plan of small reversible steps.

Community
Advanced
real-casereal-case

migration-plan

Generates phased migration and refactoring plans with dependency analysis, risk inventory, and rollback strategy.

Community
Intermediate
real-casereal-case

sec-pentest

Generates an application-specific penetration testing checklist mapped to OWASP Testing Guide categories.

Community
Advanced

Frequently Asked Questions About Yurii Anichkin

FAQPage Schema
What tasks can I accomplish with Yurii Anichkin's marvin skills?▼

The 44 skills cover the full delivery cycle: drafting and ratifying ADRs, starting specced tasks, implementing and verifying them with test/lint/type-check gates, committing with Conventional Commits, creating and merging PRs, running OWASP security scans and STRIDE threat models, auditing dependencies for CVEs, planning refactorings and migrations, and exporting reports to PDF.

Who are these skills designed for?▼

Software engineers, tech leads, and security reviewers working in git-based repositories. The audit programme (A-01 to A-22) targets due-diligence and technical-assessment contexts, while sec-* skills serve teams preparing for production releases, compliance reviews against ASVS/SOC2/ISO, or penetration-testing engagements.

How do the security skills work in practice?▼

sec-scan orchestrates secrets, dependency, and IaC scans plus deep static analysis aligned to OWASP Top 10:2025. sec-gate checks only the staged diff pre-commit, sec-compliance maps code to ASVS L1/L2/L3 controls, and sec-fix turns any scanner finding (Semgrep, Snyk, Trivy, Gitleaks) into a minimal verified patch.

Do the skills modify my repository automatically?▼

Mostly no. Audit, lint, and review skills (adr-audit, refactor-audit, sec-scan, task-audit) are strictly read-only and produce reports. Mutating steps like commit, refactor-apply, and adr-accept require explicit user confirmation, and several ratification skills are human-run only with model invocation disabled.

What languages and stacks are supported?▼

task-verify auto-detects Go, Rust, Python, TypeScript, Java/Kotlin, C#/.NET, Swift, Ruby, PHP, and C/C++, with a declared-command, npm-script, or Makefile fallback for any other stack. sec-deps audits package.json, requirements.txt, Gemfile, go.mod, Cargo.toml, and pom.xml; sec-iac covers Terraform, CloudFormation, Pulumi, Kubernetes, Helm, and Dockerfiles.