What is a custom slash command in Claude Code?
Claude Code Slash Commands
Loading lesson content...
Scenario: Claude Code for Continuous Integration You are integrating Claude Code into your CI/CD pipeline. The system runs automated code reviews, generates test cases, and provides feedback on pull requests. You need to design prompts that provide actionable feedback and minimize false positives. Your CI/CD pipeline runs automated test generation for every merged pull request. After several sprints, developers report that Claude Code frequently suggests test cases that already exist in the test suite, creating noise and wasting review time. A senior engineer suspects the root cause is that Claude Code has no visibility into what tests have already been written before it generates new ones. What is the most effective way to address this?