一键导入
asana-get-project-tasks
Use when you need Asana project tasks due or outstanding in the next 7 days, with task-level details and file output.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you need Asana project tasks due or outstanding in the next 7 days, with task-level details and file output.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when you need to summarize active and recently completed Asana project work into a clear project update comment with blockers and next steps.
Use when a feature is being built or rolled out and a detailed QA test script with edge cases and expected outcomes is needed.
| name | asana-get-project-tasks |
| description | Use when you need Asana project tasks due or outstanding in the next 7 days, with task-level details and file output. |
Find the relevant Asana project, retrieve tasks that are due or outstanding in the next 7 days, and produce a project overview file with the required fields.
get_projects (or search_objects) to find candidate projects.get_project with selected project GID.get_tasks filtered by project and date window (today through day +7).get_tasks, call get_task to collect full details.outputs/asana/asana_project_overview_DATE.md (use YYYY-MM-DD for DATE).Not available.get_project (after resolving project GID),get_tasks (project/date filter),get_task (details per task).get_project; task-level retrieval is mandatory.If get_tasks returns no items:
get_tasks once with the same project and an explicit date window (today to today+7) to validate filter behavior.## Tasks section that explicitly says No due or outstanding tasks found in the next 7 days.outputs/asana/asana_project_overview_DATE.md.For each task, include:
# Asana Project Overview - DATE
## Project
- Name: <project name>
- Workspace: <workspace name or Not available>
## Tasks
### <Task Name>
- Assignee: <name or Not available>
- Deadline: <YYYY-MM-DD or Not available>
- Description: <text or Not available>
- Link to Task: <url or Not available>
If no matching tasks exist, use:
## Tasks
No due or outstanding tasks found in the next 7 days.
Before finishing, verify one of these is true:
## Tasks, each with all required fields; orIf neither is true, the result is incomplete and must be retried.
Not available## Tasks section includes task rows or explicit no-results messageoutputs/asana/asana_project_overview_DATE.md