testing
25Skill Claude CodeCodexCursor
Testing conventions using pytest. Use when writing tests, creating fixtures, or running test suites.
Skill Claude CodeCodexCursor
Testing conventions using pytest. Use when writing tests, creating fixtures, or running test suites.
Instructions file CodexOpenCode
AGENTS.md instructions for meleantonio/ChernyCode, covering agent instructions - chernycode, project context, coding standards, python development and naming conventions.
Instructions file
Claude Code instructions for meleantonio/ChernyCode, covering project memory - chernycode, project purpose, coding standards, python and general.
Skill Claude CodeCodex
Simplify and clean up code after changes are complete. Reduces complexity, improves readability, and ensures consistency.
Skill Claude CodeCodex
Commit changes, push to remote, and create a pull request. Use for completing features or fixes ready for review.
Skill Claude CodeCodex
Find and fix technical debt including duplicated code, dead code, outdated patterns, and code smells. Run at the end of sessions to clean up.
Skill Claude CodeCodex
Use when you want to configure a lifecycle hook that runs a verification command automatically after the agent edits a file or completes a session. Works with Cursor, Claude Code, and Codex.
Skill Claude CodeCodex
Use when you want the agent to iterate — implement, verify, flag blockers as new issues, implement again — until the replication-checker and all acceptance criteria return green. Stop when green or when the maximum iteration count is reached.
Skill Claude CodeCodex
Use when asked to assess whether the repo can reproduce its documented outputs from a clean setup.
Skill Claude CodeCodex
Implements the Spec-Driven Development lifecycle (Intent, Requirements, Design, Tasks, Build) for structured feature development. Use when the user wants to scaffold a new feature spec, generate EARS requirements, create a technical design, break work into tasks, or check spec status. Trigger on keywords: sdd…
Agent Claude Code
Reviews the Card-Krueger fast-food panel for documentation quality, panel balance, missing values, and treatment/comparison group coding. Use before estimation or replication.
Agent Claude Code
Reviews bibliography completeness, citation–reference consistency, and research-claim accuracy for the Card-Krueger minimum-wage literature. Use after drafting a paper section or updating references.bib.
Agent Claude Code
Runs a single iteration of the execute-evaluate-revise loop. Applies the replication-checker and pr-reviewer criteria, returns a structured pass/fail verdict with the next action. Use when you want the agent to check its own output before you review the diff.
Agent Claude Code
Reviews economics research pull requests for scope, reproducibility, interpretation, and privacy.
Agent Claude Code
Orchestrates the Spec-Driven Development lifecycle (Intent → Requirements → Design → Tasks → Build) for economics research features. Use when the user wants to run the full SDD workflow, manage a feature spec, or step through intent, EARS requirements, design, and implementation tasks.
Hook Codex
Runs after a tool call finishes for Write, Edit and ApplyPatch tool calls, executing post_edit_did_analysis.py via python3 with --show-toplevel. From meleantonio/AC4E_Pavia.
Hook Codex
Runs when the agent finishes a response, running an inline shell check. From meleantonio/AC4E_Pavia.
Instructions file CodexOpenCode
AGENTS.md instructions for meleantonio/AC4E_Pavia, covering agent instructions - ac4e pavia participant repo, project, workflow, economics standards and privacy.