From ados
Classifies and applies accepted PR/MR review feedback to local files without auto-commit or auto-push.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ados:apply-review-feedbacksonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<purpose>
<output_format>
<what_to_return>Classification summary (accepted/rejected/ambiguous counts), list of modified files, artifact paths under tmp/review-feedback/<branchPath>/, and reminder to review and commit manually.</what_to_return>
</output_format>
<user_input>$ARGUMENTS</user_input>
npx claudepluginhub juliusz-cwiakalski/agentic-delivery-os --plugin adosFetches GitHub PR review feedback, triages comments as valid/stale/incorrect, implements fixes, verifies with tests, and drafts replies.
Addresses code review feedback by validating issues, fixing valid ones, and batch-committing changes. Handles local agent feedback or GitHub PR threads via /fix-code-review-feedback or auto-invocation.
Fetches human review comments from pair-review for local changes or GitHub PRs and applies code changes to address each one. Useful for iterating on reviewer feedback.