Implement production changes with or without new test coverage.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add g2i-ai/agents --skill code --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/g2i-ai-code)More formats (shields.io, HTML) on the badges page.
---
name: code
description: Implement production changes with or without new test coverage.
---
# Code
## Invocation
This skill is performed in the `Developer` persona. If you are not already running as `Developer` (for example, the user invoked `/code` directly), read `subagents/developer.md` and adopt its role guidance for the rest of this task. Stay in the current chat—do not delegate to a subagent.
## Objective
Implement the requested change using existing project patterns. This skill covers spec-driven feature work and implementation tasks that are not primarily about new automated tests.
## Instructions
1. Ask for the spec path when the work is spec-driven. If there is no spec, clarify the requested scope and success criteria.
2. Determine whether the change should be test-first:
- if yes, route to `/tdd` before implementation
- if not, continue here
3. Read the relevant code paths and follow existing patterns before introducing new structure.
4. Follow the repo's established architecture and conventions.
5. Implement the smallest coherent change that satisfies the task.
6. Run the verification checks that fit the change (linting, type checking, tests, builds, etc.).
7. Summarize the implementation, affected files, checks run, and recommended next step (`/review` or `/draft-pr`).
## Notes
- `code` remains distinct from `/tdd` because some implementation work in this repo does not justify a test-first flow.
- When opening a PR or preparing a review, treat your base branch as the comparison target.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.
在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,包含单元测试、集成测试和端到端测试,覆盖率超过80%。
Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。
Django测试策略,包括pytest-django、TDD方法论、factory_boy、模拟、覆盖率以及测试Django REST Framework API。
克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则