revfactory/harness-engineering-with-cc
Agent Claude Code
A security-focused reviewer for GitHub pull-request changes, using the OWASP Top 10 as its checklist. OWASP Top 10 is a commonly used list of major web-application security risks.
revfactory/harness-engineering-with-cc
Agent Claude Code
A security-focused reviewer for GitHub pull-request changes, using the OWASP Top 10 as its checklist. OWASP Top 10 is a commonly used list of major web-application security risks.
revfactory/harness-engineering-with-cc
Agent Claude Code
A small coding task that turns a retry pseudocode example into an executable Python safety mechanism with dummy components.
revfactory/harness-engineering-with-cc
Agent Claude Code
A rule-based review agent that examines only the changed files and lines in a pull request, a proposed code change. It checks for lint, type, complexity, duplication, and circular-dependency problems without editing the code.
revfactory/harness-engineering-with-cc
Agent Claude Code
An agent that reviews a pull request's code changes for design problems between related files. It compares both sides of an interface, such as an API handler and the code that calls it.
revfactory/harness-engineering-with-cc
Agent Claude Code
An agent that turns findings from three code reviewers into proposed patches. It writes unified diff files, which describe source changes, but does not directly edit source files or commit them.
revfactory/harness-engineering-with-cc
Agent Claude Code
A security reviewer for pull-request changes. It looks for common web weaknesses from the OWASP Top 10, leaked secrets, and vulnerable dependencies, and labels findings with CWE identifiers.
revfactory/harness-engineering-with-cc
Skill Claude CodeCodex
A coordinated code-review workflow with four reviewers: one for static analysis, one for design, one for security, and one for refactoring. A pull request is a proposed set of code changes submitted for review.
revfactory/harness-engineering-with-cc
Agent Claude Code
An API design agent that defines how application endpoints work, including requests, responses, errors, authentication, headers, and cookies.
revfactory/harness-engineering-with-cc
Agent Claude Code
A coding agent for building the server side of a Next.js application. It implements API endpoints, applies database schema changes with Drizzle, and writes unit tests with Vitest.
revfactory/harness-engineering-with-cc
Agent Claude Code
A review agent for checking whether an application's API and user-interface code agree at their connection points.
revfactory/harness-engineering-with-cc
Agent Claude Code
An agent that designs database tables, indexes, constraints, and draft migration SQL for a PostgreSQL application using Drizzle ORM. A migration is a scripted change that creates or updates the database structure.
revfactory/harness-engineering-with-cc
Agent Claude Code
A project manager for delivering one full-stack feature, such as login, through requirements, design, implementation, verification, and integration.
revfactory/harness-engineering-with-cc
Agent Claude Code
A frontend implementation role for a Next.js login page, its login hook, form validation with Zod, application state, and MSW test handlers. MSW is a tool for returning fake API responses during development and tests.
revfactory/harness-engineering-with-cc
Agent Claude Code
A testing sub-agent for writing end-to-end tests, which check complete user flows, and regression tests, which catch previously fixed bugs.
revfactory/harness-engineering-with-cc
Agent Claude Code
A UI planning role for defining page flows, component structures, application states, and form validation before implementation. UI means the screens and controls people use.
revfactory/harness-engineering-with-cc
Agent Claude Code
An agent that maps dependencies in a large codebase by finding imports, measuring file complexity, grouping related files, and ordering the groups by dependency. A dependency is a relationship where one file or component relies on another.
revfactory/harness-engineering-with-cc
Agent Claude Code
A post-incident review agent that examines how a software problem happened and suggests system improvements without blaming individuals.
Instructions file
Claude Code instructions for revfactory/claude-code-guide, covering claude.md, project structure, development commands, primary development and cloudflare deployment.
Agent Claude Code
A tool for designing the 19 initial-consonant shapes used in Korean writing, plus their layout variations, as SVG files.
Agent Claude Code
An agent that arranges individual Korean letter glyphs into complete Hangul syllable blocks. It defines six block layouts, then controls where each consonant and vowel goes and how large it appears before generating an SVG syllable.
Agent Claude Code
A tool for developing original Korean font concepts, including their design principles, visual rules, and sample glyphs as SVG files.
Agent Claude Code
An agent that turns user feedback into structured specifications for design changes. It classifies feedback, generalizes individual comments into broader rules, sets priorities, and tracks revisions.
Agent Claude Code
An agent that directs the creative design of a Korean Hangul font project. It selects the concept, sets the design language, coordinates the individual letter designers, and gives final design approval.
Agent Claude Code
A tool for turning SVG glyphs into installable TTF or OTF font files. These files contain the character mappings, spacing information, and other data needed for fonts to work in software.