基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-implement-common-task命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Audit AWS cost optimization and tagging compliance.
Audit GCP cost optimization and labeling compliance.
Process discovery materials into Jira-ready epics and user stories, or iterate on an existing backlog.
| name | fabrico-implement-common-task |
| description | Implement a feature strictly from its plan and feature context. |
Invocation portability:
$fabrico-*below means the discovered entry workflow. Use the unqualified name for repository or filesystem installs and$fabrico-collections:fabrico-*for plugin installs.
Use the user’s current request as the workflow input. Expected context: [path to *.plan.md or feature/task to implement].
Your goal is to implement the feature according to the provided implementation plan and feature context.
Thoroughly review the implementation plan and feature context before starting the implementation. Ensure a clear understanding of the requirements and technical designs to deliver effective solutions.
Use available tools to gather necessary information and document your findings.
Don't deviate from the implementation plan. Follow it step by step to ensure all requirements are met.
If you need to make changes to the original solution during implementation, wait for a confirmation before proceeding. Also, ensure to document those changes in the specified plan file in Changelog section. This helps maintain clarity and ensures that all modifications are tracked.
Before starting, load and follow these skills:
fabrico-technical-context-discovering (.agents/skills/fabrico-technical-context-discovering/SKILL.md) - to establish project conventions, coding standards, and existing patternsfabrico-implementation-gap-analysing (.agents/skills/fabrico-implementation-gap-analysing/SKILL.md) - to verify current state before making changesfabrico-sql-and-database-understanding (.agents/skills/fabrico-sql-and-database-understanding/SKILL.md) - when implementing database schemas, migrations, SQL queries, ORM-based data access, or working with transactions and lockingfabrico-implementing-backend (.agents/skills/fabrico-implementing-backend/SKILL.md) - when implementing backend API features: REST/GraphQL endpoints, DataGrid filtering/pagination, database handling, JWT authentication, external service adapters, logging, and Docker setup*.plan.md). This section contains project conventions, coding standards, architecture patterns, tech stack details, testing patterns, and relevant AGENTS.md rules already discovered during planning. Use it as your primary source of truth — do NOT re-scan the codebase or re-read guidance files for information already captured there. Only perform additional discovery for aspects not covered by the persisted context.Ensure to write clean, efficient, and maintainable code following best practices and coding standards for the project.