test
49vinvcn/addyosmani-agent-skills-zh
Command Claude Code
A test-driven development workflow, or TDD, where tests describing the expected behavior are written before the implementation. For bugs, it first adds a test that reproduces the failure.
vinvcn/addyosmani-agent-skills-zh
Command Claude Code
A test-driven development workflow, or TDD, where tests describing the expected behavior are written before the implementation. For bugs, it first adds a test that reproduces the failure.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
Use this project-level skill when translating, refreshing, or reviewing content from mattpocock/skills into the Simplified Chinese localization repo vinvcn/mattpocock-skills-zh-CN. Use it for skill files, README content, CLAUDE.md, CONTEXT.md, docs, and other user-facing upstream content where behavior-critical…
vinvcn/addyosmani-agent-skills-zh
Instructions file CodexOpenCode
Instructions for vinvcn/addyosmani-agent-skills-zh, covering agents.md, 仓库概览, opencode 集成, 核心规则 and 意图 → skill 映射.
vinvcn/addyosmani-agent-skills-zh
Instructions file
Instructions for vinvcn/addyosmani-agent-skills-zh, covering agent-skills, 项目结构, 按阶段划分的 skills, 约定 and 命令.
vinvcn/addyosmani-agent-skills-zh
Agent
A senior review process for proposed code changes. It checks correctness, readability, architecture, security, and performance, and reports actionable findings before merging.
vinvcn/addyosmani-agent-skills-zh
Agent
A security-focused code review guide for finding vulnerabilities, assessing practical risk, and suggesting fixes. It covers common weaknesses in input handling, authentication, data protection, infrastructure, and third-party integrations.
vinvcn/addyosmani-agent-skills-zh
Agent
A software testing specialist that designs test plans, writes tests, and checks which parts of code are covered. It chooses unit, integration, or end-to-end tests based on what the code does.
vinvcn/addyosmani-agent-skills-zh
Hook
Runs when a session starts, executing session-start.sh via bash. From vinvcn/addyosmani-agent-skills-zh.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
Guidance for designing stable, clearly documented interfaces between software parts, such as web APIs, GraphQL schemas, modules, and component properties. It covers defining the contract first, limiting accidental dependencies, and planning safe changes.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A guide for testing web pages and browser-based applications in a real Chrome browser through Chrome DevTools. It checks what is actually rendered and how the page behaves at runtime.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
Guidance for setting up continuous integration and delivery, where automated checks test and prepare software changes before release.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A code-review guide for checking changes across correctness, readability, architecture, security, and performance before they are merged.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A code-review and refactoring guide for making existing code easier to read while keeping its behavior unchanged. Refactoring means changing how code is organized without changing what it does.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A guide to organizing the information an AI coding assistant receives about a project, from persistent rules to task-specific files and test results.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A systematic debugging procedure for finding the underlying cause of failed tests, broken builds, bugs, and unexpected behavior. It emphasizes reproducing the problem, preserving evidence, fixing the cause, and checking the fix.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A guide for retiring old code, systems, or interfaces and moving users to replacements. Deprecation means marking something as no longer preferred; migration means switching its users safely.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A guide for recording important engineering decisions and the reasons behind them in documentation and architecture decision records, or ADRs. An ADR is a short record of a significant design choice, its context, and alternatives.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A development practice that puts an independent, fresh-context challenge in front of important coding decisions.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A set of practices for building polished, accessible, responsive user interfaces and reusable front-end components.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A guide to using Git, a system for tracking code changes, branches, and saved versions. It recommends small, focused commits and short-lived feature branches while keeping the main branch deployable.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
An interactive skill for turning an early idea into a clearer, more practical concept through structured exploration, questions, evaluation, and refinement.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A way to build larger software changes in small, complete pieces, testing and checking each piece before continuing. Each piece can cover the database, server, and user interface needed for one working path.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A measurement-first process for improving application speed and responsiveness. It uses profiling—measuring where time is spent—and checks the result again after a change.
vinvcn/addyosmani-agent-skills-zh
Skill Claude CodeCodex
A method for turning a clear specification or large request into small, ordered tasks with acceptance criteria. It maps dependencies and favors complete feature slices that can be built and checked one at a time.