
hieutrtr/ai1-skills
2 skills1.6k installs16 starsGitHub
Install
npx skills add https://github.com/hieutrtr/ai1-skillsSkills in this repo
1E2e TestingE2E Testing is a ship-phase agent skill packaged as an annotated TypeScript template for Playwright. It targets solo builders who want agents to generate maintainable browser tests instead of brittle selector soup. The template demonstrates beforeEach navigation, page object initialization, form flows with unique emails, and patterns for arranging data via request fixtures. Place files under e2e/tests following the sample path and extend suites for your domains. Invoke when you are adding or refactoring Playwright coverage for critical flows like user creation, checkout, or settings. It pairs naturally with CI in DevOps workflows but stays focused on test authoring structure rather than pipeline YAML.1.6kinstalls2Code Review Securitycode-review-security packages a practical Python static security scanner aimed at solo builders shipping backend services or CLIs who need fast, repeatable checks without enterprise SAST licenses. The skill documents security-scan.py, which walks Abstract Syntax Trees to flag classic foot-guns—dynamic execution, shell invocation, deserialization risks, SQL string stitching, unsafe YAML loaders, embedded credentials, and weak password hashing—then writes structured JSON you can gate in CI or paste into agent review threads. Severity filtering (critical through low) keeps noise manageable for indie repos. Use it in Claude Code or Cursor when you want the agent to run a concrete checker instead of hallucinating a security pass. It complements human code review and dependency scanners; it does not replace penetration testing or runtime WAF controls.1installs