All authors
HoangNguyen0403 avatar

Claude Skills by HoangNguyen0403

github.com/HoangNguyen0403
290 skillsA× 289B× 114 installs425 views
Common Workflow WritingA

Rules for writing concise, token-efficient workflow and skill files. Prevents over-building that requires costly optimization passes. Use when creating or editing workflow files, SKILL.md files, or new skill definitions.

developmentgosecurity
0
502
Deploy ReleaseA

Prepare and verify a staged or production deployment with rollback and smoke checks.

developmentgo
0
502
Design SolutionA

Turn an approved PRD or implementation goal into SRS/FRS technical requirements (How), architecture, contracts, and verification decisions.

developmentgoapi
0
502
Dev FixA

Unified developer workflow for fixing bugs. Analyzes issue-tracker context, cross-checks docs/code, proposes a solution, implements the fix, verifies locally, and delivers a PR/MR.

developmentgogit
0
502
Implement FeatureA

Implement an approved feature plan with fresh-context slices, TDD, evidence, and PR-ready output.

developmentgogit
0
502
Implementation ReadinessA

Verify BRD-lite, PRD, SRS/FRS, UX, and test prerequisites before implementation starts.

developmentgogit
0
502
PentestA

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

developmentgoapi
1
502
Plan FeatureA

Plan a feature from BRD-lite brief or clear intent into PRD (What), decisions, implementation plan, and task slices.

developmentgorails
0
502
Publish NotesA

Draft user-facing release notes, store changelogs, and internal publish summaries.

developmentgosecurity
0
502
Quality Engineering Appium McpA

Drives iOS/Android mobile devices via Appium MCP. Use for verifying mobile bugs, E2E tests, and navigating real device clouds (LambdaTest/BrowserStack).

developmentgotesting
0
502
Quality Engineering Business AnalysisA

Investigate requirements with atomic AC decomposition, actor/permission matrix, platform parity audit, truth table verification, and edge case discovery. Also enforces User Story authoring standards: story structure, scope fences, platform tags, toggle contracts, market isolation, and deferral patterns. Use when writing, reviewing, or improving User Stories, acceptance criteria, or doing impact analysis — especially for stories with multi-condition AC, feature toggles, market variants (VN/MY/...

developmentgotesting
0
502
Quality Engineering Jira IntegrationA

Jira ↔ Zephyr traceability: fetch story AC and components, detect existing TC links, link new Zephyr TCs back to Jira, and apply has-zephyr-tests labels. Use after creating Zephyr test cases that need linking, when fetching a Jira story's details for test generation, or when auditing and cleaning up stale TC links.

development
0
502
Quality Engineering Playwright CliA

Standardizes token-efficient browser automation via playwright-cli. Use for web verification, navigation, and capturing snapshots/logs.

developmentgotesting
0
502
Quality Engineering Quality AssuranceA

Write manual test cases with 1-condition-per-TC granularity, Module_Action on Screen when Condition naming, platform prefix rules, and High/Normal/Low priority classification. Use when writing or reviewing manual test cases for Zephyr — to split compound TCs, fix naming violations, assign correct platform tags, or determine bug priority.

developmenttesting
0
502
Quality Engineering Zephyr Coverage AnalysisA

Audit test coverage health, gaps, and QE debt for Jira stories or epics. Produces coverage_analysis_report.md with AC-to-TC heatmap, risk scores, and prioritized action plan. Use when assessing coverage percentage, pre-release readiness, sprint readiness, or identifying missing test cases. Do NOT use for TC creation — use zephyr-test-generation instead.

development
0
502
Quality Engineering Zephyr Test GenerationA

Generate Zephyr test cases from Jira stories: parse AC, identify platform and market, impact-analyze existing TCs (update vs create new), draft test cases with correct naming/metadata/preconditions, and link back via Create Test Case Issue Link. Use when converting a Jira story into Zephyr TCs, or when requirement changes require updating existing TCs rather than creating duplicates.

developmentapi
0
502
Retro LearnA

Convert delivery findings into skill, eval, workflow, and documentation improvements.

developmentgosecurity
0
502
Review TicketA

Review a ticket or PR through focused specialist lenses: scope, architecture, security, tests, AC coverage, and PR metadata.

developmentgocode-review
0
502
SdlcA

Route a task to the next synced SDLC workflow based on current artifacts and repo state.

developmentgo
0
502
Security TestA

Fast, continuous DevSecOps pipeline for Pull Requests and active branches. Runs SAST, SCA, and secrets detection to catch vulnerabilities before they merge.

developmentgosql
0
502
Session ReportA

Capture delivery evidence, commands, changed files, tool usage, token/cost notes, blockers, and skill-feedback candidates after a work session.

developmentgo
0
502
Skill BenchmarkA

Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.

developmentgobash
0
502
Traceability AuditA

Map requirement, acceptance criteria, implementation, tests, PR evidence, and release artifacts into one traceability report.

developmentgo
0
502
Typescript Best PracticesA

Write idiomatic TypeScript patterns for clean, maintainable code. Use when writing or refactoring TypeScript classes, functions, modules, or async logic.

developmenttypescriptrefactoring
0
502
Typescript LanguageA

Apply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings.

developmenttypescripttesting
0
502
Typescript SecurityA

Validate input, secure auth tokens, and prevent injection attacks in TypeScript. Use when validating input, handling auth tokens, sanitizing data, or managing secrets and sensitive configuration.

developmenttypescriptrust
0
502
Typescript ToolingA

Development tools, linting, and build config for TypeScript. Use when configuring ESLint, Prettier, Jest, Vitest, tsconfig, or any TS build tooling.

developmenttypescriptnode
0
502
Update DocsA

Automated workflow to detect and fix missing documentation

developmentbashdocumentation
0
502
Verify BugA

Post-merge UAT verification workflow. Walks JIRA reproduce steps, performs comparative audits (Before/After), attaches evidence to JIRA, and transitions status on PASS.

developmentgotesting
0
502
Verify WorkA

Verify feature, bug, UI, API, mobile, security, or deployment work against acceptance criteria.

developmentgogit
0
502
Zephyr Coverage AnalysisA

Analyze Zephyr test case coverage for a Jira user story and produce a QE management report with metrics, risk scoring, and prioritized recommendations.

developmentapibackend
0
502
Common Best PracticesA

Enforce SOLID principles, guard-clause style, function size limits, and intention-revealing naming across all languages. Use when refactoring for readability, applying clean-code patterns, reviewing naming conventions, or reducing function complexity.

developmentgojava
0
502
Common Business RequirementsA

Standardize BRD and BRD-lite discovery for business goals, stakeholder impact, current-to-future state, and measurable value outcomes. Use when creating BRD, business case, project justification, ROI narrative, or AS-IS to TO-BE scope.

developmentgo
0
502
Common Code ReviewA

Conduct high-quality, persona-driven code reviews. Use when reviewing PRs, critiquing code quality, or analyzing changes for team feedback.

developmentawscode-review
0
502
Common Context OptimizationA

Maximize context window efficiency, reduce latency, and prevent lost-in-middle issues through strategic masking and compaction. Use when token budgets are tight, tool outputs flood the context, conversations drift from intent, or latency spikes from cache misses.

developmentgo
0
502
Common Dast ToolingB

Standardize dynamic application security testing for backend APIs, frontend web apps, and mobile clients. Covers ZAP, Nuclei, Nikto, sqlmap, ffuf, browser automation, mobile proxy interception, and AI-driven curl probes. Use when advising on or running dynamic security scans on local/staging environments.

developmentsqldocker
0
502
Common DebuggingA

Troubleshoot systematically using the Scientific Method. Use when debugging crashes, tracing errors, diagnosing unexpected behavior, or investigating exceptions.

developmentdebugging
0
502
Common DocumentationA

Write effective code comments, READMEs, and technical documentation following intent-first principles. Use when adding comments, writing docstrings, creating READMEs, or updating any documentation.

developmentswiftgit
0
502
Common Exploit VerificationA

Enforce "No Exploit, No Report" policy with PoC construction standards, false-positive filtering, and evidence collection per vulnerability class across backend, frontend, and mobile. Use when validating security findings, constructing exploit proofs, filtering false positives, or writing pentest findings.

developmentapifrontend
0
502
Common Feedback ReporterA

Pre-write skill violation audit. Checks planned code against loaded skill anti-patterns before any file write. Use when writing Flutter/Dart code, editing SKILL.md files, or generating any code where project skills are active. Load as composite alongside other skills. When a violation is detected and Auto-fixed: YES, also load +common/common-learning-log to record the mistake.

developmentreactapi
0
502
Common Git CollaborationA

Enforce version control best practices for commits, branching, pull requests, and repository security. Use when writing commits, creating branches, merging, or opening pull requests.

developmentgitsecurity
0
502
Common Learning LogA

Append a structured learning entry to AGENTS_LEARNING.md whenever an AI agent makes a mistake. Auto-activates as a composite skill when: a pre-write skill violation is detected and auto-fixed, or when the session retrospective finds a correction loop. Also triggers directly when the user corrects the AI mid-session. Use when: mistake, wrong, redo, that's not right, correction, my bad, fix that error, I made a mistake, agent error, learning log, log mistake, AGENTS_LEARNING.md

development
0
502
Common Llm SecurityA

OWASP LLM Top 10 (2025) audit checklist for AI applications, agent tools, RAG pipelines, and prompt construction. Use when performing any security review touching LLM client code, prompt templates, agent tools, or vector stores.

developmentrustshell
0
502
Common Mobile Visual TestingA

Standardizes mobile UI audits, RTL verification, and state-specific testing on iOS/Android.

developmenttestingperformance
0
502
Common OwaspA

OWASP Top 10 audit checklists for Web Applications (2021), APIs (2023), and Mobile (2024). Use when performing any security review, PR review, or codebase audit touching web, mobile, or API code.

developmentrustgo
0
502
Common Pentest MethodologyA

PTES-aligned penetration testing methodology for backend, frontend, and mobile. Provides attack taxonomy, exploit techniques per vulnerability class, and platform-specific test matrices. Use when executing pentest workflow, planning security assessments, mapping attack surfaces, or building threat models.

developmentjavascriptgo
0
502
Common Performance EngineeringA

Enforce universal standards for high-performance development. Use when profiling bottlenecks, reducing latency, fixing memory leaks, improving throughput, or optimizing algorithm complexity in any language.

developmentgojava
0
502
Common Product RequirementsA

Standardize PRD discovery and drafting for product scope, user outcomes, requirement IDs, and acceptance criteria. Use when creating PRD, product requirements, feature specification, or acceptance criteria plan.

developmentrailsapi
0
502
Common Protocol EnforcementA

Enforce Red-Team verification and adversarial protocol audit. Use when verifying tasks, performing self-scans, or checking for protocol violations. Load as composite for all sessions.

development
0
502
Common Security AuditA

Probe for hardcoded secrets, injection surfaces, unguarded routes, business logic flaws, and platform-specific weaknesses across backend (Node, Go, Java, Python, Rust), frontend (React, Angular, Vue), and mobile (iOS, Android, Flutter) codebases. Use when performing security audits, vulnerability scans, secrets detection, or penetration testing.

developmentpythonrust
0
502