Skip to main content
AZANIR
GitHub 제작자 프로필

AZANIR

4개 GitHub 저장소에서 수집된 115개 skills를 저장소 단위로 보여줍니다.

수집된 skills
115
저장소
4
업데이트
2026년 6월 4일
저장소 탐색

저장소와 대표 skills

qa-orchestrator
소프트웨어 품질 보증 분석가·테스터

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.

2026년 3월 23일
qa-project-memory
소프트웨어 품질 보증 분석가·테스터

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…

2026년 3월 23일
qa-playswag
소프트웨어 품질 보증 분석가·테스터

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.

2026년 3월 21일
qa-accessibility-test-writer
소프트웨어 품질 보증 분석가·테스터

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.

2026년 3월 8일
qa-api-contract-curator
소프트웨어 품질 보증 분석가·테스터

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

2026년 3월 8일
qa-browser-data-collector
소프트웨어 품질 보증 분석가·테스터

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.

2026년 3월 8일
qa-bug-ticket-creator
소프트웨어 품질 보증 분석가·테스터

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.

2026년 3월 8일
qa-changelog-analyzer
소프트웨어 품질 보증 분석가·테스터

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

2026년 3월 8일
수집된 skill 58개 중 8개를 표시합니다.
analytics-digest
소프트웨어 개발자

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.

2026년 5월 25일
cross-post-syndication
소프트웨어 개발자

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.

2026년 5월 25일
dependency-audit
소프트웨어 품질 보증 분석가·테스터

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.

2026년 5월 25일
deploy-pipeline
소프트웨어 개발자

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.

2026년 5월 25일
infra-as-code
소프트웨어 개발자

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.

2026년 5월 25일
newsletter-build
소프트웨어 개발자

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

2026년 5월 25일
secrets-management
소프트웨어 개발자

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.

2026년 5월 25일
security-headers-check
정보 보안 분석가

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.

2026년 5월 25일
수집된 skill 39개 중 8개를 표시합니다.
code-graph
소프트웨어 개발자

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…

2026년 6월 1일
memory-manager
소프트웨어 개발자

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)…

2026년 6월 1일
sdlc-design
웹·디지털 인터페이스 디자이너

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…

2026년 6월 1일
sdlc-implement
소프트웨어 개발자

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…

2026년 6월 1일
sdlc-orchestrator
기타 컴퓨터 관련 직업

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,…

2026년 6월 1일
sdlc-plan
소프트웨어 개발자

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…

2026년 6월 1일
sdlc-review
소프트웨어 품질 보증 분석가·테스터

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…

2026년 6월 1일
sdlc-ship
소프트웨어 개발자

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…

2026년 6월 1일
수집된 skill 14개 중 8개를 표시합니다.
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다