transparency-reporter
Создавайте прозрачные отчеты о разработке
Командам разработки сложно работать с скрытыми блокерами и неясным прогрессом. Этот агент создает честные, подробные отчеты обо всех проблемах, решениях и состоянии системы для полной прозрачности.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“transparency-reporter”。 Log a blocker where the build is failing due to missing dependencies
预期结果:
- BLOCKER REPORT: 2025-01-10 BUILD-001
- WHAT FAILED
- - Feature/component: Production build pipeline
- - Expected behavior: npm run build completes successfully
- - Actual behavior: Build fails with module not found errors
- - Error message: Cannot resolve react-hook-form in src/components/Form.tsx
- IMPACT ANALYSIS
- - Blocks features: User registration, form validation
- - Affects team: Frontend developers, QA testing
- - Business impact: Cannot deploy new user features
- - Severity: HIGH
正在使用“transparency-reporter”。 Document that the build issue is now fixed
预期结果:
- SOLUTION REPORT: BUILD-001
- THE FIX
- - What changed: Added react-hook-form to package.json and ran npm install
- - Why this works: The dependency is now available in CI environment
- - Risk assessment: Low - standard dependency addition
- VERIFICATION
- - Tests added: Verified build completes, existing tests pass
- - Regression check: No other features affected
正在使用“transparency-reporter”。 Create a stakeholder status update for this week
预期结果:
- STATUS UPDATE: 2025-01-10
- COMPLETED THIS WEEK
- - User authentication: Complete, pending security review
- - Dashboard widgets: 80 percent complete, API integration pending
- BLOCKED (needs attention)
- - Build pipeline: Waiting for DevOps, timeline impact 2 days
- - Third-party API: Rate limit reached, discussing enterprise tier
- METRICS
- - Build health: 85 percent success rate
- - Test coverage: 72 percent
- - Critical issues: 2 active
安全审计
安全This skill contains only documentation with no executable code, network access, or file system operations. All 34 static findings are false positives caused by the scanner misidentifying markdown documentation artifacts as code patterns. The skill provides report templates for documenting development blockers.
风险因素
🌐 网络访问 (1)
📁 文件系统访问 (2)
质量评分
你能构建什么
Отслеживание блокеров команды
Поддерживайте четкую видимость того, что блокирует вашу команду и как долго сохраняются проблемы
Обновления для заинтересованных сторон
Генерируйте честные отчеты о прогрессе, показывающие реальный статус, включая блокеры и задержки
Мониторинг состояния системы
Документируйте сбои сборки, проблемы с тестами и инфраструктурные проблемы с решениями
试试这些提示
Создай отчет о блокере для: [describe the issue]. Include what failed, impact analysis, and attempted solutions.
Document the solution for blocker [ID]: [describe the fix]. Include what changed, verification steps, and lessons learned.
Generate a system health report for this week. Include active blockers, recent solutions, build health, and team velocity metrics.
Create a stakeholder status update covering: completed work, current blockers, in-progress items, and next week plans.
最佳实践
- Фиксируйте блокеры сразу после обнаружения, не ждите решений
- Включайте конкретные сообщения об ошибках и пути к файлам для точного отслеживания
- Документируйте неудачные попытки, чтобы другие не повторяли те же ошибки
避免
- Сообщение расплывчатого статуса вроде работаем над этим без конкретики
- Сокрытие блокеров от членов команды или заинтересованных сторон
- Не обновлять отчеты при изменении ситуации