المهارات managing-task-lifecycle
🔄

managing-task-lifecycle

مخاطر منخفضة ⚡ يحتوي على سكربتات⚙️ الأوامر الخارجية📁 الوصول إلى نظام الملفات

강제 게이트로 작업 수명주기 관리

작업 전환 관리는 복잡하고 오류가 발생하기 쉽습니다. 강제 게이트가 없으면 승인 기준이 누락되고 작업이 성급하게 완료로 표시됩니다. 이 스킬은 Trello 동기화를 포함해 작업 시작, 추적, 완료를 위한 구조화된 워크플로우와 자동 검증을 제공합니다.

يدعم: Claude Code(CC)
🥉 72 برونزي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "managing-task-lifecycle". Start working on T28.1 and show me the acceptance criteria

النتيجة المتوقعة:

  • Budget check passed (estimated 45K tokens)
  • Task T28.1 status updated to in_progress
  • Timer started
  • Trello card moved to In Progress
  •  
  • Acceptance Criteria
  • Implement user model with email and password fields
  • Add password hashing using bcrypt
  • Create login endpoint with JWT authentication
  • Write unit tests for authentication module
  • All tests pass in CI

استخدام "managing-task-lifecycle". Check if my task is ready for completion

النتيجة المتوقعة:

  • Task file: Valid format with all required fields
  • Tests: All tests pass
  • Linting: No errors found
  • Git status: Working directory clean
  •  
  • Ready for completion! Run: bpsai-pair ttask done TRELLO-XX --summary '...' --list 'Deployed/Done'

التدقيق الأمني

مخاطر منخفضة
v5 • 1/16/2026

This is a documentation and workflow guide skill with minimal helper scripts. The Python scripts run standard development tools (pytest, ruff, git) with hardcoded arguments for task validation. No network access, no credential handling, and no dynamic command construction. The static scanner flagged documentation examples and YAML frontmatter, but these are false positives. All external commands are trusted dev tools with static arguments.

6
الملفات التي تم فحصها
1,573
الأسطر التي تم تحليلها
4
النتائج
5
إجمالي عمليات التدقيق
مشكلات منخفضة المخاطر (1)
External command execution in validation scripts
check_completion.py runs pytest, ruff, and git as external processes. These are standard dev tools executed with hardcoded arguments for testing and linting verification.
تم تدقيقه بواسطة: claude عرض سجل التدقيق →

درجة الجودة

45
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
30
المجتمع
88
الأمان
100
الامتثال للمواصفات

ماذا يمكنك بناءه

스프린트 작업 관리

자동 강제 게이트로 전체 개발 사이클 동안 개별 작업 진행 상황을 추적합니다.

Trello와 동기화

팀 가시성과 보고를 위해 Trello 보드를 로컬 작업 상태와 동기화 상태로 유지합니다.

완료 기준 강제

작업을 완료로 표시하기 전에 모든 승인 기준이 충족되었는지 확인합니다.

جرّب هذه الموجهات

작업 시작
Start working on task T28.1. Check the budget first and then update the task status to in_progress. Show me the acceptance criteria.
진행 상황 추적
Add a progress comment to Trello card TRELLO-abc123 saying I completed the API endpoints and am starting tests.
완료 준비 상태 확인
Check if task T28.1 is ready for completion. Run the completion checklist to verify tests pass, linting is clean, and all acceptance criteria are checked.
검증 포함 완료
Complete task TRELLO-abc123 with strict mode enabled. Use the summary: 'Implemented user authentication with JWT tokens. All tests passing.'

أفضل الممارسات

  • 작업을 시작하기 전에 항상 예산 점검을 실행하여 과도한 지출을 방지하세요
  • 승인 기준 검증을 강제하려면 ttask done에 strict 모드 (--strict)를 사용하세요
  • 프로젝트 컨텍스트 유지를 위해 매 작업 완료 후 state.md를 업데이트하세요

تجنب

  • ttask done 대신 Trello 프로젝트에서 task update --status done을 직접 사용하는 것
  • strict 모드를 건너뛰어 승인 기준 확인을 우회하는 것
  • state.md를 업데이트하지 않고 작업을 완료하는 것

الأسئلة المتكررة

어떤 도구가 지원되나요?
Claude Code와 Claude에서 동작합니다. PairCoder CLI가 설치되어 있어야 합니다. Codex 지원은 프롬프트 템플릿에만 제한됩니다.
작업 ID 형식은 무엇인가요?
세 가지 형식: T28.1 (스프린트 작업), TASK-150 (레거시), TRELLO-abc123 (Trello 카드). 각각에 맞는 명령을 사용하세요.
Trello 통합은 어떻게 작동하나요?
bpsai-pair trello connect로 자격 증명을 설정하세요. 카드 동기화는 작업 시작, 업데이트, 차단, 완료 시 자동으로 이루어집니다.
이 스킬에서 내 데이터는 안전한가요?
예. 이 스킬은 로컬 작업 파일만 읽고 개발 도구를 로컬에서 실행합니다. 외부로 데이터가 전송되지 않습니다. Trello API 호출은 사용자 자격 증명을 사용합니다.
왜 내 작업이 완료에서 차단되나요?
strict 모드는 모든 승인 기준 체크, 테스트 통과, 린팅 클린 상태를 요구합니다. check_completion.py를 실행해 무엇이 실패했는지 확인하세요.
다른 작업 도구와 무엇이 다른가요?
이 스킬은 워크플로우 게이트를 강제하고 Trello와 동기화합니다. 기본 작업 관리자와 달리 완료 전에 승인 기준 검증을 요구합니다.

تفاصيل المطور

المؤلف

BPSAI

الترخيص

MIT

مرجع

main