Settings file Claude Code
Agent settings declaring 27 allowed tools.
Settings file Claude Code
Agent settings declaring 27 allowed tools.
Skill Claude CodeCodex
A web accessibility testing guide covering automated checks and manual review. Accessibility means making websites usable with keyboards, screen readers, and other assistive technology.
Skill Claude CodeCodex
Tencent Agent Mail skill - provides email sending, receiving, reading, searching, replying and forwarding via agently-cli.
Skill Claude CodeCodex
An Angular testing guide for planning, writing, or reviewing tests for components and services. Angular is a framework for building web applications, and TestBed is its tool for setting up test environments.
Skill Claude CodeCodex
A guide for checking whether an API follows its documented agreement with the software that uses it. It reviews formats such as OpenAPI, Swagger, JSON Schema, and consumer contracts.
Skill Claude CodeCodex
A guide for using MSW, a tool that simulates network API responses during tests, in browser and Node environments.
Skill Claude CodeCodex
A guide for creating API test scenarios from OpenAPI specifications or interface documentation. OpenAPI is a standard format for describing how an API accepts requests and returns responses.
Skill Claude CodeCodex
A guide for planning automated iOS and Android tests with Appium, a tool that controls mobile apps on real devices or hosted device services.
Skill Claude CodeCodex
A review guide for Artillery load-test scenarios, which simulate HTTP, WebSocket, or Socket.io traffic against a system.
Skill Claude CodeCodex
A guide for testing login and access controls, including tokens, sessions, OAuth, passwords, permissions, and request limits.
Skill Claude CodeCodex
A review guide for CI/CD test pipelines, the automated steps that build software and run checks when code changes.
Skill Claude CodeCodex
A review guide for consumer contract testing, a way to check that a service still matches the expectations of the software that uses it.
Skill Claude CodeCodex
A review guide for Cypress tests, a JavaScript testing tool commonly used to check web interfaces in a browser.
Skill Claude CodeCodex
A guide for testing website links and resources to find pages or files that no longer work.
Skill Claude CodeCodex
A guide for end-to-end testing of React Native mobile apps with Detox, a tool that drives the app on a real or simulated device. It covers builds, devices, synchronization, startup state, element identifiers, and user flows.
Skill Claude CodeCodex
A guide for integration tests that run against real databases, caches, and messaging systems in temporary containers. Testcontainers is a library that starts these services for tests and removes them afterward.
Skill Claude CodeCodex
A guide for testing custom ESLint rules, which check source code for chosen patterns. It covers valid and invalid examples, error locations, automatic fixes, option schemas, and configuration regressions.
Skill Claude CodeCodex
A guide for testing native Android interfaces with Espresso, an Android UI testing tool. It covers UI matchers, synchronization, IdlingResource, permissions, and behavior checks.
Skill Claude CodeCodex
A guide for finding tests that sometimes pass and sometimes fail without code changes. It examines causes such as timing, test order, environment differences, shared state, external services, and retries.
Skill Claude CodeCodex
A test-case design guide for defining input requirements, review gates, workflows, and expected outputs.
Skill Claude CodeCodex
A guide for testing GraphQL APIs, which let clients request structured data through queries and change it through mutations. It covers queries, mutations, subscriptions, schemas, variables, errors, permissions, pagination, complexity, and batched data loading.
Skill Claude CodeCodex
A security-testing guide for inputs such as parameters, forms, file uploads, and encoded data. It covers boundary values, injection, cross-site request forgery (CSRF), and checks that clients cannot bypass server validation.
Skill Claude CodeCodex
A guide for testing JavaScript or TypeScript projects with Jest, a test framework. It covers unit tests, mocks, spies, asynchronous checks, fake timers, and snapshots.
Skill Claude CodeCodex
A guide for planning load tests with JMeter, a tool that simulates many users or requests. It covers multi-step flows, virtual-user models, non-graphical runs, smoke checks, and result analysis.