Replace the bracketed input with a real example. These are task prompts, not new standing instructions or requests to load every skill.
Stop a recurring error
Here is a repeated rejected change: [example]. The accepted alternative is [example]. Inspect existing checks, choose the smallest reusable mechanism, prove it misses the bad case before the change, implement the correction, and verify the bad and good cases through the repository's normal command. Explain its actual coverage and limits.
Use the feedback guide.
Test the product's essential result
The important outcome is [one sentence]. Build the smallest test that observes this outcome from the recipient or operator's perspective. Use independent sessions when identity matters, isolated data and state-based assertions. Keep useful failure evidence and identify the tested revision.
Use the critical journey guide.
Make a fresh agent productive
Use this repository's supported setup to reach its first working result from a fresh isolated workspace. Record missing prerequisites, the actual commands, a verified preview revision and the first useful check. Fix the specific setup gaps within this task's scope.
Use the workspace guide.
Diagnose CI without manual log copying
Inspect [run ID or URL] through the available CI interface. Bind findings to its revision and attempt, read the failed job logs, distinguish application, environment and flaky-test failures, then implement and verify the smallest authorized repair.
Use the CI guide.
Fix repeated instruction confusion
The agent made [observed wrong decision] while attempting [task]. The intended decision and reason are [facts]. Determine whether the missing knowledge belongs in code, a check, a comment, a conditional method or root instructions. Make only the authorized correction and verify actual loading and the next relevant decision.
Use the knowledge guide.
Bridge a missing tool operation
The agent cannot perform [operation], and the existing interface failed with [evidence]. Check current supported transports, then implement the smallest adapter with explicit input, output and errors. Test it with local fixtures and the actual agent route. Keep external effects within the authorization already given.
Use the adapter guide.
Learn from a newcomer's question
A new contributor got stuck at [step] and asked [question]. Reproduce that first-use path, identify the hidden assumption, and improve the command, error, example or documentation. Check that a fresh attempt gets past the same obstacle.
Use the team guide.
Connect contracts across layers
Trace [domain object] from storage through the public API to its consumer. Find competing definitions, use the existing contract mechanism to remove demonstrated drift, and prove incompatible changes reach the consumer's checks. Preserve runtime validation, authorization and deployed-client compatibility.
Use the contract guide.