Skill Claude CodeCodex
Detect hardcoded secrets, API keys, tokens, and credentials in source code using pattern matching. Covers AWS, GitHub, Slack, Stripe, and generic high-entropy strings.
Skill Claude CodeCodex
Detect hardcoded secrets, API keys, tokens, and credentials in source code using pattern matching. Covers AWS, GitHub, Slack, Stripe, and generic high-entropy strings.
Skill Claude CodeCodex
Summarize long text, articles, or documents into concise bullet points.
Skill Claude CodeCodex
Running coverage tools, interpreting coverage reports, identifying high-risk gaps, and prioritizing which uncovered code to test first.
Skill Claude CodeCodex
Systematic edge-case identification including boundary values, null inputs, type mismatches, and error path testing.
Skill Claude CodeCodex
Jest and Vitest testing patterns including describe/it blocks, expect matchers, mocking, and async test strategies for JavaScript and TypeScript.
Skill Claude CodeCodex
Mock, patch, fake, and stub patterns for isolating dependencies in Python and JavaScript test suites.
Skill Claude CodeCodex
Pytest best practices including fixtures, parametrize, markers, and assertion patterns for Python test suites.
Skill Claude CodeCodex
Extract structured data from web pages using browser snapshot and text tools, then process it into tables, comparisons, or summaries using Python.
Skill Claude CodeCodex
Web research tools for fetching and reading web pages. Use when the agent needs to browse the web or make HTTP API calls.