council

Run a model-diverse subagent council to investigate the same problem from multiple perspectives, compare findings, and produce a final recommendation. Use this skill whenever the user asks for a council, second opinions, multiple agents/models to evaluate one question, parallel investigation, red-team/blue-team comparison, or help deciding between competing technical approaches.

npx skills add https://github.com/warpdotdev/common-skills --skill council

Больше skills от warpdotdev

spec-driven-implementation
warpdotdev
Drive a spec-first workflow for substantial features by writing PRODUCT.md before implementation, writing TECH.md when warranted, and keeping both specs updated as implementation evolves. Use when starting a significant feature, planning agent-driven implementation, or when the user wants product and tech specs checked into source control.
developmentdocumentproject-management
write-tech-spec
warpdotdev
Напишите спецификацию TECH.md для значимой функции Warp после исследования текущей кодовой базы и ограничений реализации. Используйте, когда пользователь запрашивает техническую спецификацию, план реализации или архитектурный документ, связанный с продуктовой спецификацией.
developmentdocumentresearch
write-product-spec
warpdotdev
Напишите спецификацию PRODUCT.md для значимой пользовательской функции в Warp, с акцентом на детальное поведение и валидацию. Используйте, когда пользователь запрашивает спецификацию продукта, документ желаемого поведения или PRD, хочет определить поведение функции до реализации, или когда функция достаточно значительна или поведенчески неоднозначна, чтобы письменная спецификация улучшила реализацию или ревью.
developmentdocumentproject-management
review-pr
warpdotdev
Review a pull request diff and write structured feedback to review.json for the workflow to publish. Use when reviewing a checked-out PR from local artifacts like pr_diff.txt and pr_description.txt and producing machine-readable review output instead of posting directly to GitHub.
code-reviewdevelopment
create-pr
warpdotdev
Создать пулл-реквест в репозитории warp для текущей ветки. Используйте, когда пользователь упоминает открытие PR, создание пулл-реквеста, отправку изменений на ревью или подготовку кода к слиянию.
developmentcode-review
implement-specs
warpdotdev
Реализовать утверждённую функцию из PRODUCT.md и TECH.md, поддерживая согласованность спецификаций и кода в одном PR по мере развития реализации. Использовать после утверждения продуктовых и технических спецификаций, когда следующим шагом является создание функции.
developmentcode-reviewapi
cross-critique
warpdotdev
Run a second round on a contested question by circulating each subagent's independent proposal to the other authors and asking for structured pros and cons, then synthesize. Use this skill whenever you have multiple independent proposals or opinions on a contested decision — architecture tradeoffs, code review disagreements, design choices, competing root-cause theories — and want sharper analysis than you'd produce by synthesizing alone. Pairs naturally with the council and research skills;...
resolve-merge-conflicts
warpdotdev
Resolve Git merge conflicts by extracting only unresolved paths, conflict hunks, and compact diffs instead of loading whole files into context. Use when a merge, rebase, cherry-pick, or stash pop stops on conflicts, when `git status` shows unmerged paths, or when files contain conflict markers.
developmentcode-review