code-review

Guidelines For Performing Code Reviews After Completing Multiple Complex Software Development Tasks

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "code-review" with this command: npx skills add sammcj/agentic-coding/sammcj-agentic-coding-code-review

Guidelines For Performing Code Reviews After Completing Multiple Complex Software Development Tasks

  • Spawn parallel sub-agents with tasks to perform a critical self-review of the changes you've made.

  • Compile findings into a concise numbered list with severity (critical/medium/low)

  • Verify each finding against actual code (no false positives)

  • Implement all fixes and run the appropriate lint/test/build pipeline

If you get stuck on any especially complex or recurring issue consider using the systematic debugging skill to investigate further and unblock yourself.

Sub Agent Guidelines

  • Instruct sub-agents to keep outputs concise, token-efficient, relevant and actionable focused on your changes and not to nitpick on minor style issues.

  • Provide concise relevant context to the sub-agents to help them understand the context of the changes they are reviewing but avoid wasting lots of tokens on context they can infer from the code itself.

  • Appropriately scope the review to your changes with clear boundaries.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

creating-development-plans

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-simplification

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

diagrams-as-code

No summary provided by upstream source.

Repository SourceNeeds Review