Skip to main content
AZANIR
GitHub creator profile

AZANIR

Repository-level view of 115 collected skills across 4 GitHub repositories.

skills collected
115
repositories
4
updated
Jun 4, 2026
repository explorer

Repositories and representative skills

qa-orchestrator
software-quality-assurance-analysts-and-testers

Master skill coordinating all QA skills through pipeline modes (full-cycle, docs-only, testcases-only, write-tests, report), formalized handoff chains, scheduler rules, and framework/language selection based on project context.

Mar 23, 2026
qa-project-memory
software-quality-assurance-analysts-and-testers

QA project memory with auto-update. Structured log of bugs, decisions, tests, regressions, environments. Automatically updated after every QA task. Archive system with searchable index for large projects. Trigger phrases (EN): "initialize memory", "init qa…

Mar 23, 2026
qa-playswag
software-quality-assurance-analysts-and-testers

Analyze OpenAPI/Swagger spec (JSON or YAML) against existing test files and generate an HTML coverage report with QA automation tasks. Use when user provides an OpenAPI spec file and wants to know test coverage status.

Mar 21, 2026
qa-accessibility-test-writer
software-quality-assurance-analysts-and-testers

Generate accessibility tests for WCAG 2.2 compliance using axe-core, Pa11y, and Lighthouse with automated checks for ARIA patterns, keyboard navigation, color contrast, and screen reader support.

Mar 8, 2026
qa-api-contract-curator
software-quality-assurance-analysts-and-testers

Manage and formalize API contracts from existing endpoints, swagger/JSON, network traffic, or developer interviews into OpenAPI specifications.

Mar 8, 2026
qa-browser-data-collector
software-quality-assurance-analysts-and-testers

Autonomously explore live web applications using Playwright MCP to collect page structure, form fields, validation rules, API endpoints, and user flows for test case generation.

Mar 8, 2026
qa-bug-ticket-creator
software-quality-assurance-analysts-and-testers

Generate structured bug reports from test failures with expected/actual results, reproduction steps, evidence, severity/priority, and auto-create GitHub Issues via GitHub MCP with duplicate detection.

Mar 8, 2026
qa-changelog-analyzer
software-quality-assurance-analysts-and-testers

Analyze git diff and commit history to recommend which tests to add, update, or run based on code changes.

Mar 8, 2026
Showing 8 of 58 collected skills.
analytics-digest
software-developers

Pull weekly traffic data from Plausible Analytics for artstroy.net, produce a structured digest with top articles, category breakdown, referrer mix, and trend signals. Posted to the root company issue weekly.

May 25, 2026
cross-post-syndication
software-developers

Cross-post published ArtStroy articles to dev.to and Hashnode with correct canonical URLs, metadata mapping, and formatting. Handles API integration for automated posting and creates manual-assist drafts for platforms without API access.

May 25, 2026
dependency-audit
software-quality-assurance-analysts-and-testers

Scan ArtStroy npm/bun dependencies for known vulnerabilities. Ranks CVEs by CVSS severity, creates vuln-fix issues with deadlines, and verifies fixes post-deploy. Run monthly and on any new dependency addition.

May 25, 2026
deploy-pipeline
software-developers

Manage and verify the ArtStroy CI/CD pipeline. Covers the GitHub Actions deploy workflow, SSH-based Hetzner deployment, Docker Compose orchestration, and post-deploy health checks. Used by DevOps Engineer for deploy operations and pipeline maintenance.

May 25, 2026
infra-as-code
software-developers

Manage ArtStroy's Docker Compose configuration, Hetzner server provisioning, environment variable management, and infrastructure-as-code practices. Used by DevOps Engineer for all infrastructure changes.

May 25, 2026
newsletter-build
software-developers

Compile new ArtStroy articles into a Markdown newsletter draft ready for Buttondown. Runs weekly; sends draft to human for final review before dispatch.

May 25, 2026
secrets-management
software-developers

Manage secrets rotation, GitHub Actions secret updates, and environment variable injection for ArtStroy. Ensures secrets never appear in logs, git history, or plaintext files. Used by DevOps Engineer and Security Auditor.

May 25, 2026
security-headers-check
information-security-analysts

Verify artstroy.net HTTP security headers against OWASP best practices. Checks CSP, HSTS, X-Frame-Options, X-Content-Type-Options, Permissions-Policy, and Referrer-Policy. Creates issues for missing or misconfigured headers.

May 25, 2026
Showing 8 of 39 collected skills.
code-graph
software-developers

Optional code-navigation aid for large or unfamiliar codebases. Use during the plan or implement phases to map module dependencies, find where a symbol is defined and used, and orient before making changes. This is a navigation helper only — it is NOT the…

Jun 1, 2026
memory-manager
software-developers

Persistent memory layer across sessions. Use to recall prior context at the start of work, to store checkpoints at phase boundaries, and to answer "what did we decide / do before" questions. Backed by the agentmemory server (local SQLite + vector embeddings)…

Jun 1, 2026
sdlc-design
web-and-digital-interface-designers

Phase 4 of the SDLC, used ONLY for user-facing features. Use this to produce UI/UX design documentation and a persistent design system before implementation. Triggers when tasks.md exists and the spec marked a UI surface. Coordinates with the ui-ux-pro-max…

Jun 1, 2026
sdlc-implement
software-developers

Phase 5 of the SDLC. Use this to write code that satisfies the tasks, strictly test-first (TDD). Triggers when tasks.md exists and design is done or not needed. Implements one task at a time, writing a failing test before code, then making it pass, then…

Jun 1, 2026
sdlc-orchestrator
computer-occupations-all-other

Master coordinator for the full software development lifecycle. Use this when starting a new feature or project, when the user is unsure which phase to run, when resuming work after a break, or to establish/edit the project constitution. Routes to specify,…

Jun 1, 2026
sdlc-plan
software-developers

Phase 2 of the SDLC. Use this to decide HOW a specified feature will be built — architecture, tech choices, data model, API contracts, and trade-offs. Triggers after a spec exists and the user wants a technical plan or design decisions. Produces…

Jun 1, 2026
sdlc-review
software-quality-assurance-analysts-and-testers

Phase 6 of the SDLC. Use this to verify the implementation against the spec's acceptance criteria and the project constitution before shipping. Triggers when implementation is complete. Produces specs/<feature>/review.md — a filled acceptance checklist with…

Jun 1, 2026
sdlc-ship
software-developers

Phase 7 of the SDLC, the final phase. Use this to prepare a release after review has passed. Triggers when review.md shows all criteria passing. Runs the mandatory security-scan gate, generates release notes in Ukrainian, and prepares (but does not…

Jun 1, 2026
Showing 8 of 14 collected skills.
Showing 4 of 4 repositories
All repositories loaded