AgentSkillsCN

ctrantask

查找、创建并维护 ctran 任务(默认标签:comms、ctran)。

SKILL.md
--- frontmatter
name: ctrantask
description: Find, create, and maintain ctran tasks (default tags: comms,ctran).
allowed-tools: Bash

ctran Tasks Skill

Before using this skill, also load: fbcode://claude-templates/components/skills/tasks/SKILL.md

This skill adds ctran-specific conventions to the base Tasks skill.


Default Tags (always apply)

code
comms,ctran

Required Category Tag (exactly one)

TagUse when
bugFixing broken functionality
featureNew functionality
cleanupRefactoring, tech debt
infraBuild, CI/CD, tooling
plan-onlyTracking/planning without code

If not specified, ask user to choose before creating.


Task Tracker

https://www.internalfb.com/tasks?q=1568542387728851&t=252271196


Example

bash
tasks --agent-enabled create --quick \
  --title "Task title here" \
  --desc "Task description here" \
  --assign $USER \
  --pri mid \
  --tag "comms,ctran,feature"