Stop
25Hook Claude Code
Runs when the agent finishes a response, running an inline shell check (2 commands). From sourjya/kiro-rails.
Hook Claude Code
Runs when the agent finishes a response, running an inline shell check (2 commands). From sourjya/kiro-rails.
Settings file Claude Code
Agent settings declaring 4 hook events (UserPromptSubmit, PreToolUse, PostToolUse, Stop).
Skill Claude CodeCodex
Authentication, SSO, OAuth, OIDC, login, redirect, token implementation patterns. Use when implementing auth flows, login pages, token refresh, SSO integration, or redirect handling.
Skill Claude CodeCodex
Security incident response, breach containment, evidence preservation, and recovery verification. Use when a breach, compromise, or security incident is detected or suspected.
Skill Claude CodeCodex
Index of the kiro-rails engineering toolbox in this repo: every review command, spec workflow, subagent, and steering rule, with when to use each. Load this to decide which review or workflow to run, or to discover what kiro-rails offers. Routing only - each entry points at its own command, skill, or agent.
Skill Claude CodeCodex
Interactive guide to kiro-rails review prompts, agents, and tools. Explains which review to run, when, and why. Invoke with /review-guide or ask "what reviews should I run?", "which prompt?", or "how do I audit?".
Skill Claude CodeCodex
Archive a completed and verified spec. Moves it from active specs to the docs archive, updates the spec registry. Use after spec-verify passes.
Skill Claude CodeCodex
Implement a proposed spec. Reads the spec folder, follows the task checklist, writes code using TDD. Use after spec-propose is complete and approved.
Skill Claude CodeCodex
Propose a new feature or change. Creates a structured spec folder with proposal, requirements, design, and tasks before any code is written. Use when starting new work.
Skill Claude CodeCodex
Verify a completed implementation against its spec. Checks all acceptance criteria, runs tests, validates coverage. Use after spec-implement is done.
Skill Claude CodeCodex
Authentication, SSO, OAuth, OIDC, login, redirect, token implementation patterns. Use when implementing auth flows, login pages, token refresh, SSO integration, or redirect handling.
Skill Claude CodeCodex
Archive a completed and verified spec. Moves it from active specs to the docs archive, updates the spec registry. Use after spec-verify passes.
Skill Claude CodeCodex
Implement a proposed spec. Reads the spec folder, follows the task checklist, writes code using TDD. Use after spec-propose is complete and approved.
Skill Claude CodeCodex
Propose a new feature or change. Creates a structured spec folder with proposal, requirements, design, and tasks before any code is written. Use when starting new work.
Skill Claude CodeCodex
Verify a completed implementation against its spec. Checks all acceptance criteria, runs tests, validates coverage. Use after spec-implement is done.
Instructions file
Claude Code instructions for sourjya/tracepulse, covering tracepulse and tickets.
Skill Claude CodeCodex
Systematically verify every API endpoint is healthy. Inspired by CyberAgent's automated Storybook audit pattern.
Skill Claude CodeCodex
Structured workflow for investigating and fixing backend errors using TracePulse.
Skill Claude CodeCodex
Catch frontend JavaScript errors with zero project changes. Three approaches, pick based on your setup.
Skill Claude CodeCodex
Monitor cloud service logs through TracePulse using runandwatch with your cloud provider's CLI. Zero additional dependencies - just your existing CLI tools.
Skill Claude CodeCodex
Structured debugging workflow triggered by "enter debugger mode" or "debug this". Goes from "something broke" to "here's the fix" systematically.
Skill Claude CodeCodex
Structured workflow for the edit → verify feedback cycle using TracePulse.
Skill Claude CodeCodex
Structured workflow for debugging errors across backend and frontend using TracePulse + Chrome DevTools MCP.
Skill Claude CodeCodex
Create a GitHub issue from a TracePulse error using the GitHub MCP server.