fix: improve agent/command/skill accuracy and update deprecated patterns#139
Merged
fix: improve agent/command/skill accuracy and update deprecated patterns#139
Conversation
Port non-plugin-specific improvements from claude-code-workflows PRs: - Replace "Task tool" with "Agent tool" (correct tool name) in all commands - Update MSW v1→v2 (http/HttpResponse) and fireEvent→userEvent in frontend testing skill - Convert "Prohibited Actions" to "Output Self-Check" checklists in 6 agents - Add explicit "Agent tool" and permitted tools reference to orchestrator protocols - Add affectedLayers field to requirement-analyzer output for fullstack support - Clean up internal details from skill descriptions (skill-optimization, documentation-criteria) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Japanese translation of EN changes from previous commit: - Replace "Taskツール"/"Task tool" with "Agentツール" in all commands - Update MSW v1→v2 (http/HttpResponse) and fireEvent→userEvent in frontend testing skill - Convert "禁止事項" to "出力セルフチェック" checklists in 6 agents - Add explicit "Agentツール" and permitted tools reference to orchestrator protocols - Add affectedLayers field to requirement-analyzer output for fullstack support - Clean up internal details from skill descriptions (skill-optimization, documentation-criteria) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Port good/bad Counter examples from JA version to resolve pre-existing content gap between EN and JA. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Put correct pattern before avoid pattern to prevent LLM pattern imprinting. Rename "Anti-patterns"/"アンチパターン" to "Test Design Patterns"/"テスト設計パターン". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Code comments are naturally English; no need to translate. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
http/HttpResponse),fireEvent→userEvent.setup()per RTL best practicesaffectedLayersfield:requirement-analyzeroutput now includes["backend", "frontend"]for fullstack workflow supportskill-optimizationanddocumentation-criteriaAll changes applied symmetrically to EN and JA.
Test plan
http,HttpResponse) in frontend-typescript-testing skilluserEvent.setup()pattern replacesfireEventin test examples🤖 Generated with Claude Code