As other answers have pointed out, convergence to the normal distribution depends on whether the conditions for the CLT apply (i.e., whether the parent distribution falls within the conditions for the theorem$^\dagger$) and the "nearness" of this convergence for a particular value of $n$ is something that can be measured in various ways. Hence, the answer to your question really depends on what your examiner means by the "nearly" normal (i.e., how near is "nearly").
Questions like this are inherently vague, since they depend on how near two distributions have to be to say that one is "nearly" the other. This means that you have a bit of latitude here in describing the "nearness" of the distribution to normality. Probably the best way to understand and describe the rate of convergence to normality under the CLT is just to go through some examples, using a non-normal parent distribution, and see what the distribution of the sample mean looks like for different values of $n$. Do this by starting with a tractable parent distribution (e.g., gamma mixtures) and deriving the distribution of the sample mean for a value of $n$, and then have a look at it.
Skewness of the sample mean: Since your question is asking about skewness in the parent distribution, it is useful to concentrate on this aspect of the distribution. Skewness in the parent distribution flows through to skewness in the distribution of the sample mean, but the averaging process in the sample mean leads to a reduction in the skewness as you get more and more data.
Fortunately, the skewness of the distribution of the sample mean for IID data can be obtained without use of the CLT, so it can be obtained for any parent distribution. If the parent distribution has skewness $\mathbb{Skew}(X) = \gamma$ then you have $\mathbb{Skew}(\bar{X}_n) = \gamma / \sqrt{n}$. With $n=30$ you get:
$$\mathbb{Skew}(\bar{X}_{30}) = \frac{1}{\sqrt{30}} \cdot \mathbb{Skew}(X) = 0.1825742 \cdot \mathbb{Skew}(X).$$
So you can see that $n = 30$ data points gives you a skewness that is about 18% of the skewness of the parent distribution, which is a pretty good reduction. For a very strongly skewed parent distribution this might still be a high skewness, but for weakly skewed parent distributions, this is probably not much skew. This result does not depend on the CLT, so you needn't ask for any more conditions. However, broader convergence to normality does require the conditions of the CLT to be fulfilled, so that is worth mentioning also.
$^\dagger$ The classical CLT requires IID data from a parent distribution with finite variance. This rules out parent distributions whose tails decrease too slowly to yield a finite variance. These "heavy-tailed" distributions have different convergence results, and the distribution of the sample mean in these cases is not necessarily asymptotically normal.